WebSphere Process Server, Version 6.2.0.1
Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, i5/OS, z/OS
Business Flow Manager REST Interface - Process Instance Resource
This Business Process Choreographer resource represents a process instance.
Resource URI
/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: Business Flow Manager REST Interface Resource Set