resubmit_run
Resubmit failed or cancelled Logic Apps workflow runs to retry execution with original inputs. Check run status before resubmitting; only Failed, Cancelled, or Succeeded runs are eligible.
Instructions
Resubmit a failed or cancelled workflow run to retry execution with the original inputs. Only runs with status 'Failed', 'Cancelled', or 'Succeeded' can be resubmitted. For Standard SKU, workflowName is required. Use get_run_details to check run status first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| runId | Yes | The run ID to resubmit | |
| workflowName | No | Workflow name (required for Standard SKU) |