REST interface for federated IBM BPM resources - Activity Instance Resource
This IBM Business Process Manager federated resource represents an activity instance.
Resource URI
/rest/bpm/federated/bfm/v1/activity/{aiid}- Path elements
| Name | Data Type | Description |
| aiid | string |
Activity instance ID.
|
Available since
7.5
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 (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: REST interface for federated IBM BPM resources Resource Set