REST Interface for BPEL-related Task Resources - Task Instance Binary Custom Property Resource
This IBM Business Process Manager resource represents a binary custom properties for a task.
Resource URI
/rest/bpm/htm/v1/task/{tkiid}/binaryCustomProperty/{name}- Path elements
| Name | Data Type | Description |
| tkiid | string |
Task instance ID.
|
| name | string |
The name of the binary custom property.
|
Available since
6.1.2
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
- POST
Use this method to create a new binary custom property for a specified task.
- GET
Use this method to retrieve the value of a binary custom property of a task.
- PUT
Use this method to set the value of a binary custom property of a task.
Parent topic: REST Interface for BPEL-related Task Resources Resource Set