REST interface for BPD-related resources - Process Instance Task Summary Resource
This IBM Business Automation Workflow resource represents a summary of tasks belonging to a BPD instance.
Resource URI
/rest/bpm/wle/v1/process/{instanceId}/taskSummary/{status}
Path elements
Name | Data Type | Description |
instanceId | Process Instance Task Summary |
Process instance identifier.
|
status | Process Instance Task Summary |
An optional filter string that determines which tasks to include in any returned data. Use one of the following values:
- active
- Returns the summaries of tasks that are currently running.
- completed
- Returns the summaries of completed tasks (their state is Closed).
- all
- Returns the summaries of all tasks.
|
Available since
8.5.6
Subtopics
The following subtopics describe the HTTP methods defined for this resource:
- GET
Use this method to retrieve a list of task summaries for the process instance. The optional parameters apply filters to the result.
Parent Topic: REST interface for BPD-related resources Resource Set