flow run resubmit¶
Resubmits a specific flow run for the specified Microsoft Flow
Usage¶
m365 flow run resubmit [options]
Options¶
-n, --name <name>
- The name of the run to resubmit
-f, --flowName <flowName>
- The name of the flow to resubmit the run for
-e, --environmentName <environmentName>
- The name of the environment where the Flow is located
--confirm
- Don't prompt for confirmation
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
Attention
This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
If the environment with the name you specified doesn't exist, you will get the Access to the environment 'xyz' is denied.
error.
If the Microsoft Flow with the name you specified doesn't exist, you will get the The caller with object id 'abc' does not have permission for connection 'xyz' under Api 'shared_logicflows'.
error.
If the run with the name you specified doesn't exist, you will get the The workflow 'xyz' run 'abc' could not be found.
error.
Examples¶
Resubmits a specific flow run for the specified Microsoft Flow
m365 flow run resubmit --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62
Resubmits a specific flow run for the specified Microsoft Flow without prompting for confirmation
m365 flow run resubmit --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62 --confirm
Response¶
The command won't return a response on success.