workflows_get_executions_tasks {civis} | R Documentation |
Get a task of a workflow execution
Description
Get a task of a workflow execution
Usage
workflows_get_executions_tasks(id, execution_id, task_name)
Arguments
id |
integer required. The ID for the workflow. |
execution_id |
integer required. The ID for the workflow execution. |
task_name |
string required. The URL-encoded name of the task. |
Value
A list containing the following elements:
name |
string, The name of the task. |
mistralState |
string, The state of this task. One of idle, waiting, running, delayed, success, error, or cancelled |
mistralStateInfo |
string, Extra info associated with the state of the task. |
runs |
array, An array containing the following fields:
|
executions |
array, An array containing the following fields:
|