Workflow Trigger Histories - Resubmit
Resubmits a workflow run based on the trigger history.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}/resubmit?api-version=2016-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
history
|
path | True |
|
The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run. |
resource
|
path | True |
|
The resource group name. |
subscription
|
path | True |
|
The subscription id. |
trigger
|
path | True |
|
The workflow trigger name. |
workflow
|
path | True |
|
The workflow name. |
api-version
|
query | True |
|
The API version. |
Responses
Name | Type | Description |
---|---|---|
202 Accepted |
OK |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Resubmit a workflow run based on the trigger history
Sample Request
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testWorkflowName/triggers/testTriggerName/histories/testHistoryName/resubmit?api-version=2016-06-01