R/generated_client.R
workflows_post_executions_retry.Rd
Retry a failed task, or all failed tasks in an execution
workflows_post_executions_retry(id, execution_id, task_name = NULL)
id | integer required. The ID for the workflow. |
---|---|
execution_id | integer required. The ID for the workflow execution. |
task_name | string optional. If specified, the name of the task to be retried. If not specified, all failed tasks in the execution will be retried. |
A list containing the following elements:
integer, The ID for this workflow execution.
string, The state of this workflow execution.
string, The state of this workflow as reported by mistral. One of running, paused, success, error, or cancelled
string, The state info of this workflow as reported by mistral.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
string, The definition of the workflow for this execution.
list, Key-value pairs defined for this execution.
array, The subset of workflow tasks selected to execute.
array, An array containing the following fields:
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, The runs associated with this task, in descending order by id.
executions array, The executions run by this task, in descending order by id.
string, The time this execution started.
string, The time this execution finished.
string, The time this execution was created.
string, The time this execution was last updated.