For this property… | Specify… | |||
Comments | An optional descriptive comment for this step. | |||
Label | An optional name for this specific step, or a null, unmatched, or empty string ($null, $default, blank).
| |||
Exit from | The flow step from which you want to exit. Specify one of the following: | |||
Specify | To exit from the... | |||
$loop | Nearest ancestor LOOP or REPEAT flow step. | |||
$parent | Parent flow step, regardless of the type of step. | |||
$flow | Entire flow. | |||
Label | Nearest ancestor flow step that has a label that matches this value.
| |||
Signal | Whether the exit is to be considered a success or a failure. Specify one of the following: | |||
Specify | To... | |||
SUCCESS | Exit the flow service or flow step with a success condition. | |||
FAILURE | Exit the flow service or flow step with a failure condition. An exception is thrown after the exit. You specify the error message with the Failure message property. | |||
Failure message | The text of the exception message you want to display. If you want to use the value of a pipeline variable for this property, type the variable name between % symbols (for example, %mymessage%). The variable you specify must be a String. This property is not used when Signal is set to SUCCESS. |