RunDesktopFlow Action
Trigger a new run of a desktop flow.
Bound Entities
Bound actions are invoked by appending the action name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
workflow | entity |
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
timeout
|
Edm.Int32 | True | True | Timeout for script execution in seconds (default = 3 hours, max = 24 hours). |
connectionName
|
Edm.String | False | False | Identifies the connection to be used with the desktop flow script. |
inputs
|
Edm.String | True | False | The desktop flow script input parameters (json serialized string). |
runMode
|
Edm.String | False | False | Choose between running while signed in (attended) or in the background (unattended). |
runPriority
|
Edm.String | True | False | Choose an option (normal, high) or add your own. |
Return Type
Type | Nullable | Description |
---|---|---|
RunDesktopFlowResponse | False | The RunDesktopFlow action returns the following value. |