Usage
flow run resubmit
Description
Resubmits a specific flow run for the specified Microsoft Flow
Options
| Option |
Description |
-n, --name<name> |
The name of the run to resubmit |
-f, --flow<flow> |
The name of the Microsoft Flow to resubmit |
-e, --environment<environment> |
The name of the environment where the Flow is located |
--confirm |
Don't prompt for confirmation |
Additional Information
Use Fidler or Postman and disable a flow in the UI to see the exact post request. Will be a Post request tot the following URL:
https://emea.api.flow.microsoft.com/providers/Microsoft.ProcessSimple/environments/{{environment}}/flows/{{flowid}}triggers/{{trigername}}/histories/{{runid}/resubmit?api-version=2016-11-01.
Usage
flow run resubmitDescription
Resubmits a specific flow run for the specified Microsoft Flow
Options
-n, --name<name>-f, --flow<flow>-e, --environment<environment>--confirmAdditional Information
Use Fidler or Postman and disable a flow in the UI to see the exact post request. Will be a Post request tot the following URL:
https://emea.api.flow.microsoft.com/providers/Microsoft.ProcessSimple/environments/{{environment}}/flows/{{flowid}}triggers/{{trigername}}/histories/{{runid}/resubmit?api-version=2016-11-01.