resubmit_flow_run
Resubmits a Power Automate flow run from its trigger. Provide flow GUID, run ID, and trigger name to replay the run, useful for retrying failed executions.
Instructions
Resubmit (replay) a run from its trigger (POST .../triggers/{trigger}/histories/{run}/resubmit) [DISABLED: set ENABLE_WRITE_OPS=true]. Parameters: flow (required), run (required), trigger (required — trigger name from get_flow's triggers), environment (optional). Uses Microsoft's unofficial api.flow.microsoft.com endpoint, which Microsoft labels unsupported; behavior may change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | Run id to resubmit (from list_flow_runs). | |
| flow | Yes | Flow GUID name (from list_flows). | |
| trigger | Yes | Trigger name (from get_flow's `triggers`). | |
| environment | No | Environment id (from list_environments). Omit to use the user's default environment. |