Error Handling for flow Execution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 11:10 AM
I have a subflow in which an action makes a REST call and sometimes due to host unresponsive issue overall flow Execution fails. I want to take an corrective action when flow fails.
I tired using Error Handler in flow designer but it do not run as my Action which makes REST call is in incomplete state not failed state.
Is there any other method than Error Handler which can help monitor my flow and take corrective action if it fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 05:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 11:54 AM
I'd suggest checking into Retry Policies to see if that helps in any way if you have not already. Going directly to Not Run would seemingly indicate it's not going into the step itself in the flow and would be an effect of a preceding flow step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:36 PM