Comment on page
1.3 Embed Error Handling
Embed Flow: find and handle errors
You can set up error notifications in the flow you built for embed in order to be notified for all errors that happen in the flows of your users.
In order to find a particular embed flow of a specific customer, click the Show embed user flows button in order to also see embed flows. Then use the search or tags field to further specify the flow you want to troubleshoot or review.

Flow Builder list view of all Flows in an account
In order to make searching easier, all embed flows are named based on the following schema:
Embedded flow - {{ embed_group_name }} - {{ flow_name }} - {{ embed_account_name }} ({{ embed_account_id }}) - {{ embed_user_name }} ({{ embed_user_id }})
and have the following tags:
- Embedded
{{ embed_group_name }}
{{ embed_account_name }}
{{ embed_account_id }}
You can handle flow errors in embed flows, just like for normal flows as explained here in custom error handling.
You can log flow errors in embed flows, just like for normal flows as explained here in custom error logging.