ProgressTask
This operation allows you to update the status of a task.
ProgressTaskRequest
|
Property |
Type |
Value |
|
Credentials |
Authentication information |
|
|
TaskRef |
References the task which status you wish to modify |
|
|
Location |
Location |
Localization information from the task’s creation (mobile) |
|
TaskState |
Status of the task to which you want to transition. The process must allow the transition from the current status to the new one. LogicId or WorkflowStepRef can be used here, according to the needs. |
Examples
Java
ProgressTaskRequest request = new ProgressTaskRequest(): |
php
$progressRequest= newStdClass(); |