Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Workflows and Orders are the basic objects that are processed used for workload automation.

  • A workflow includes a number of instructions such as to execute a job, to fork processing, to acquire a lock etc.
  • An order is added to a workflow and is scheduled for a given date and time. The order will pass the nodes of a workflow and will be subject to a number of state transitions.
  • Any number of orders can be processed in parallel by a workflow.
  • Workflows and depending objects such as locks have to be deployed to a Controller.

...