Versions Compared

Key

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

...

If the Options Instruction is in place and specifies the Stop on Failure attribute then failed orders will remain with the failing instruction, for example a job.

...

  • the failed order moves to the outmost ConsumeNotices Instruction.
  • the Notice01 and Notice02 Notices are freed and remain available for parallel ConsumeNotices Instructions in other workflows.

Cycle Instruction

Use with StopOnFailure Option

This example introduces a situation when users find a JS7 - Cycle Instruction in a workflow.

Download (upload .json):

The example implements use of the Cycle Instruction with orders remaining at their workflow position in case of failure.

  • the Options Instruction is used to set the StopOnFailure attribute.
  • the failed-job job is assumed to fail with return code 3.

...

Image Removed

Use without StopOnFailure Option

This example introduces a situation when users find a JS7 - Cycle Instruction.

Download (upload .json):

The example implements use of a Cycle Instruction with orders forcing to be resumed from their current instruction in case of failure.

  • no Options Instruction is used.
  • the failed-job job is assumed to fail with return code 3.

...

Image Removed

At run-time in the Workflows view the workflow looks like this for a failed order:

...

Image Removed

Further Resources