The AbortInstance action aborts the specified instance of the flow.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
FlowInstance |
Specifies the instance ID of the flow to be canceled. If no value is passed, the instance of the current task is used. |
Return
|
Type |
Description |
|---|---|
|
SINGLEVALUE |
Returns the value true if the flow instance was successfully canceled.
|