Restart Task
Restart a task. Can be applied on task in any state. If state of the task is other then completed, then task will be canceled first and then started again
ID of the task
[
{}
]
Task ID for the task to restart.
{
"taskId": "string",
"precedingTasks": [
0
]
}
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
List of task IDs for tasks that have to be processed before this task can start.
Unauthorized access
{
"taskId": "string",
"precedingTasks": [
0
]
}
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
List of task IDs for tasks that have to be processed before this task can start.
Task doesn't exist
{
"taskId": "string",
"precedingTasks": [
0
]
}
The ID of the task that was created for the operation. Use this ID to get the state and result of the task.
List of task IDs for tasks that have to be processed before this task can start.