You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
invitedUserMessageInfo : {ccRecipients:[{emailAddress:{address:"[email protected]",name:null}}],customizedMessageBody:"Hi John, welcome to the organization!",messageLanguage:"en-US"}
Copy file name to clipboardexpand all lines: docs/docs/cmd/flow/run/run-get.mdx
+17-13
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,22 @@ m365 flow run get [options]
16
16
17
17
```md definition-list
18
18
`-n, --name <name>`
19
-
: The name of the run to get information about
19
+
: The name of the run to get information about.
20
20
21
21
`--flowName <flowName>`
22
-
: The name of the Power Automate flow for which to retrieve information
22
+
: The name of the Power Automate flow for which to retrieve information.
23
23
24
24
`-e, --environmentName <environmentName>`
25
25
: The name of the environment where the flow is located
26
26
27
27
`--includeTriggerInformation`
28
-
: (deprecated. Use option `withTrigger` instead) If specified, include information about the trigger details
28
+
: (deprecated. Use option `withTrigger` instead) If specified, include information about the trigger details.
29
29
30
30
`--withTrigger`
31
-
: If specified, include information about the trigger details
31
+
: If specified, include information about the trigger details.
32
32
33
33
`--withActions [withActions]`
34
-
: If specified, include information about all actions when no action names are specified, or provide a specified list of actions separated by commas to include only the relevant action details
34
+
: If specified, include information about all actions when no action names are specified, or provide a specified list of actions separated by commas to include only the relevant action details.
35
35
36
36
```
37
37
@@ -55,13 +55,13 @@ If the option `withTrigger` is specified, but the trigger does not contain an ou
55
55
56
56
## Examples
57
57
58
-
Get information about the given run of the specified Power Automate flow
58
+
Get information about the given run of the specified Power Automate flow.
59
59
60
60
```sh
61
61
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62
62
62
```
63
63
64
-
Get information about the given run of the specified Power Automate flow including trigger information
64
+
Get information about the given run of the specified Power Automate flow including trigger information.
65
65
66
66
```sh
67
67
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62 --withTrigger
@@ -73,7 +73,7 @@ Get information about the given run of the specified Power Automate flow includi
73
73
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62 --withActions
74
74
```
75
75
76
-
Get information about the given run of the specified Power Automate flow including exclusively the details of 'Action_Internal_Name1' and 'Action_Internal_Name2' actions
76
+
Get information about the given run of the specified Power Automate flow including exclusively the details of 'Action_Internal_Name1' and 'Action_Internal_Name2' actions.
77
77
78
78
```sh
79
79
m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --flowName 5923cb07-ce1a-4a5c-ab81-257ce820109a --name 08586653536760200319026785874CU62 --withActions "Action_Internal_Name1,Action_Internal_Name2"
@@ -137,11 +137,15 @@ m365 flow run get --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
id : /providers/Microsoft.ProcessSimple/environments/Default-de348bc7-1aeb-4406-8cb3-97db021cadb4/flows/170fb67e-a514-4d84-8727-582022bd13a9/runs/08585329112602833828909892130CU17
0 commit comments