WebSphere Process Server, Version 6.2.0.1
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, i5/OS, z/OS
Human Task Manager REST Interface - Task Instance Resource
This Business Process Choreographer resource represents a human task. It is used to view details of a task, check its status, roles, progress, priority etc., or to change task properties, such as its priority, its category or a custom property.
Resource URI
/v1/task/{tkiid}
- Path Elements
Name | Data Type | Description |
tkiid | string |
Task instance ID.
|
Available Since
6.1.2
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
- GET
Use this method to retrieve details of a specified human task.
- PUT (Update)
Use this method to update the properties of a task, for example, the priority, category, or a custom property.
- PUT (Start)
Use this method to start a new task using a synchronous (call) or asynchronous (start) operation.
- PUT (Claim)
Use this method to claim the responsibility for a task.
- PUT (Cancel)
Use this method to release a claimed task.
- PUT (Complete)
Use this method to complete a task with output or fault data.
- PUT (Suspend)
Use this method to suspend a task until a specified point in time, for a specified time period, or indefinitely.
- PUT (Resume)
Use this method to resume the processing of a suspended task.
- PUT (Terminate)
Use this method to terminate a task instance.
- DELETE
Use this method to delete a task instance.
Parent Topic: Human Task Manager REST Interface Resource Set