Microsoft Power Automate · Arazzo Workflow
Microsoft Power Automate Triage and Resubmit a Failed Run
Version 1.0.0
Find a failed run in a flow's history, inspect it, and resubmit its trigger.
View Spec
View on GitHub
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflowArazzoWorkflows
Provider
Workflows
triage-failed-run
Locate a failed flow run, inspect its failure, and resubmit it.
Scans the run history for a failed execution, reads the run detail to recover the failure code and originating trigger name, and resubmits that trigger so the work is retried.
1
listRuns
listFlowRuns
List the flow's run history and branch on whether it contains a failed run. When nothing has failed there is nothing to resubmit.
2
inspectFailedRun
getFlowRun
Read the failed run in detail. This surfaces the result code behind the failure and the name of the trigger that started the run, which the resubmit request requires.
3
resubmitRun
resubmitFlowRun
Resubmit the failed run against the trigger recovered from the run detail, retrying the work without recreating the source event by hand.