Follow
- 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.