SSWConsulting / SSW.Dory

SSW.Dory - Sharepoint and GitHub
http://sswdory.com
1 stars 0 forks source link

♻️ Add error handling for sub-flows and each HTTP step #94

Open Jord-Gui opened 9 months ago

Jord-Gui commented 9 months ago

Cc: @adamcogan

As per my conversation with @leahy268, the SSW.Dory Power Automate flow currently notifies the team of a run failure via email when the SSW.Dory flow fails. It would be great to also have error handling in SSW.Dory.Emailing, SSW.Dory.SharePoint and SSW.Dory.GitHub flows as well.

Image

Figure: Step in PA flow to email to Dory team if run failed

### Tasks
- [ ] For each HTTP step in SSW.Dory and sub-flows, configure a run after (if failed) task to handle errors.
- [ ] Can even try put a whole flow in a scope block and then configure if success and if fail. Send a response if fail etc.