Page History
...
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
andNotice02
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 code3
.
...
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 code3
.
...
At run-time in the Workflows view the workflow looks like this for a failed order:
...
Further Resources
- JS7 - Lock Instruction
- JS7 - ConsumeNotices InstructionJS7 - Cycle InstructionJS7 - Break Instruction