Versions Compared

Key

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

...

  • The Cycle Instruction allows repetition of all or some of the jobs and additional instructions in a workflow.
  • The Cycle Instruction can be used:
    • to spawn the complete workflow,
    • to spawn a number of instructions and jobs in a workflow,
    • in a sequential way by using a number of Cycle Instructions within the same workflow,
    • in a nested way by embedding Cycle Instructions within the same workflow.
  • The Cycle Instruction offers versatile options for repeated execution and specification of how often this should happen.
    • The JS7 - Break Instruction can be used to make an order prematurely leave a cycle.
      Display feature availability
      StartingFromRelease2.5.3
  • Cyclic workflows are an alternative to use of JS7 - Schedules for cyclic orders.

...