GetRunMap Action
List Power Automate runs associated with the Business Process and match them with the process map.
Bound entities
Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
businessprocess | entity |
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
runId
|
Edm.Guid | False | True | The run id of that will be used to compute the run map. |
continuationToken
|
Edm.String | True | False | Token used to continue listing of the runs. |
max
|
Edm.Int32 | True | True | The maximum number of runs to return. |
Return type
Type | Nullable | Description |
---|---|---|
GetRunMapResponse | False | Contains the response of the GetRunMap action. |