Abort business flow
flow.abortAbort a business flow cleanly without marking it as a failure. Use when a flow should stop normally due to a specific reason.
Instructions
Terminate the current business flow without treating it as business failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| server | Yes | ||
| command | Yes | ||
| state | Yes | ||
| runId | Yes | ||
| stage | Yes | ||
| actionIndex | Yes | ||
| seq | Yes | ||
| updatedAt | Yes | ||
| operationId | Yes |