Versions Compared

Key

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

...

The JobScheduler's next_state (true), error_state (false) and add_order commands can also be used to provide a limited control of work flow within a job chain (see the JobScheduler How to configure the handling of exit codes by jobs and the JobScheduler  <job_chain_node.job_chain> Element reference).

However, these commands are job-specific and will be applied every time the job is called, limiting the extent to which the job can be reused.

...

  • Workflow within a job chain (to_state)
  • Error handling in the event of non-zero return codes
  • Dynamic modification of parameters within a job chain
  • Setting parameters and IDs for orders for additional job chains

Delimitation

...

Consider the situation where orders to start either one of two job chains are to be started according to the result of a job in the middle of a job chain:

...