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 - Activity Instance Resource
This Business Process Choreographer resource represents an activity instance.
Resource URI
/v1/activity/{aiid}
- Path Elements
Name | Data Type | Description |
aiid | string |
Activity 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 activity.
- PUT (Complete And Claim Successor)
Use this method to complete the human task associated with the specified activity instance and claim a subsequent human task.
- PUT (Force Retry)
Use this method to force the retried execution of a specified activity instance.
- PUT (Force Complete)
Use this method to force the completion of a specified activity instance.
- PUT (Skip)
Use this method to skip the specified activity instance.
- PUT (Cancel Skip)
Use this method to cancel a previous skip request for the specified activity instance.
- PUT (Skip And Jump)
Use this method to skip the specified activity instance and jump to another activity.
- PUT (Complete And Jump)
Use this method to complete the specified activity instance and jump to another activity.
Parent Topic: Business Flow Manager REST Interface Resource Set