# Jobs

The app is based on jobs. Every job can copy one or more tags to one or more metafields.&#x20;

Depending on your plan you might be limited to having a specific number of jobs.

In general your jobs list might look like this:

<figure><img src="https://1587807114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qJcoAKAEiXFMBiVFTbY%2Fuploads%2FkpnphGFUBrULWzK4h3Sx%2Fimage.png?alt=media&#x26;token=90700aae-84ad-42a2-bf6b-d371a8d0e47a" alt=""><figcaption></figcaption></figure>

or this:

<figure><img src="https://1587807114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5qJcoAKAEiXFMBiVFTbY%2Fuploads%2FdR6NRcGD3PNB7HVR6l0o%2Fimage.png?alt=media&#x26;token=ab2a48c7-265d-41e2-a81c-788fc51cbc82" alt=""><figcaption></figcaption></figure>

### Jobs information

For every job, you have the following information and actions:

* General status: activated or deactivated
* Job status: done, running, failed, scheduled, pending
* Activate trigger (will run the job imidiately)
* Edit button
* Delete button

### Job status

The status states are: done, running, failed, scheduled, pending.

* done: means that the job was actived and it is completed
* running: means that the job is currently running
* failed: means that the job didn't finish sucessfully
* scheduled: means that the job is scheduled and it will be triggered in the future
* pending: means that is a new job that is scheduled and didn't run yet

Multiple jobs can run at the same time.
