You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Purpose

  • Halts execution of an order in a workflow until the prompt is confirmed. The order is assigned the PROMPTING state.
  • PROMPTING orders remain with their workflow position and require user intervention to transition from this state.
  • Users can confirm, suspend and cancel PROMPTING orders, see JS7 - Order State Transitions

Workflow Instruction: Prompt

Download Workflow Example: pdwFail.json



Explanation:

  • The workflow makes use of an If Instruction to check a previous job's return values. See JS7 - If Instruction for details of how to add expressions to If Instructions.
  • If the If Instruction evaluates to true then the Fail Instruction is executed. The order is then assigned the FAILED state.
  • When an order is failed, a message and a return code that specify the reason for failing the order can be added as an option.


  • No labels