REST interface for BPEL-related process resources - Process instance Resource
This IBM Business Process Manager resource represents a BPEL process instance.
Resource URI
/rest/bpm/bfm/v1/process/{piid}- Path elements
| Name | Data Type | Description |
| piid | string |
Process instance ID.
|
Available since
6.2
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
- GET
Use this method to retrieve details of a specified process instance.
- PUT (Suspend)
Use this method to suspend a process until a specified point in time, for a specified time period, or indefinitely.
- PUT (Resume)
Use this method to resume a suspended process.
- PUT (Restart)
Use this method to restart a process.
- PUT (Terminate)
Use this method to terminate a process.
- PUT (Skip)
Use this method to skip the specified activity.
- PUT (Cancel Skip)
Use this method to cancel a previous skip request for the specified activity.
- DELETE
Use this method to delete a process instance.
Parent topic: REST interface for BPEL-related process resources Resource Set