EXIT
Simply put, this Step can help you exit your Process. You can decide the status using which you want to exit. In failure scenarios you can also use FAIL to stop the process. An EXIT is useful as lets you pick the status by which you are exiting. This is useful in complex branching scenarios where you want to stop the other branches from continuing to run.
Exit from a branch
Video Overview
Input
Field | Description | Mandatory | JSON Example |
---|---|---|---|
message | A textual explanation of why the Process needs to exit. | "Exit message" | |
status | Process Status to exit with | "COMPLETED" |
Output
- Same as Input
- Process Status will be configured input status