- For a regular Flow:

The document is processed sequentially according to the flow steps.
If any step fails, the entire Flow Instance will be marked as failed.
- For a branched Flow:

The document is processed branch by branch, from left to right.
If any branch encounters an error, the other branches will still continue to be processed as usual.
If all branches succeed, the Flow Instance will be marked as Completed.
If one or more branches fail, the Flow Instance will be marked as Partial Success.
If all branches fail, the Flow Instance will be marked as Failed.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article