REST interface for BPEL-related process resources - Process instance variable Resource
This IBM Business Process Manager resource represents a variable defined in a BPEL process.
Resource URI
/rest/bpm/bfm/v1/process/{piid}/variable/{name}- Path elements
| Name | Data Type | Description |
| piid | string |
Process instance ID.
|
| name | string |
Variable name.
|
Available since
6.2
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
- GET
Use this method to retrieve a process' variable data.
- PUT
Use this method to set a process' variable with new data.
Parent topic: REST interface for BPEL-related process resources Resource Set