Skip to main content

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.

Centered
Exit from a branch

Video Overview

Input

FieldDescriptionMandatoryJSON Example
messageA textual explanation of why the Process needs to exit."Exit message"
statusProcess Status to exit with"COMPLETED"

Output

  • Same as Input
  • Process Status will be configured input status