Skip to content

Workflow Jobs

A job can be though of as a container where work is done. A job will contain all the information associated with a job, including tasks, assets and workflow execution.

All workflows in TACTIC Project are executed within a job.

Each job can be assigned a workflow, which TACTIC will use to orchestrate the tasks within a job to take it from beginning to completion.

When a job is create and a workflow is assigned to the job, an internal trigger will create all of the tasks associated with that workflow.

Audit Trail

Each job should represent the execution of a workflow. The job table (sType "workflow/job") tracks all of the execution of workflows.

Job Type

A job can belong to a job type. The job type determines properties of a job which are common to all jobs with the same job type.

Note

Although you can create an empty job directly with the insert command, creating a new job with a job type is better created using the JobNewCmd. This action will execute all of the job type settings as defined by the job type.