Typically, pipelined Flows within the nested Flow will be executed in order and unconditionally. You can also configure a Flow to be executed when something happens, for example, when an error occurs.
The most common use cases for these Flows would be to:
- clean up
- send a notification
- recover from an error
To configure a Flow to be executed when there's an error, click MAPPING
, select the Flow Control
tab, then select Execute if Error
.
When a Flow is configured to be executed on error, it will not be executed if there is no error (happy path), so be careful when selecting this option.
Comments
0 comments
Please sign in to leave a comment.