Flow Result Codes

TBD, the return value includes one of the following Flow results:

Flow Result Codes

Code

Flow Result

Message or description

0

Success

This action was successful, proceed to the next step.

1

Finished This flow process has completed successfully.

2

Terminated This action has been terminated. Stop processing immediately.

3

Failed This action has failed.

4

TryAgainLater This action cannot complete at this time. Requires a retry.

5

Canceled The action cannot complete at all. Restart the process.

6

OutOfBandProcessDisabled The action is being processed out of band, but needs to be processed directly by user action