REST interface for BPD-related resources - Process Instance Task Summary Resource

This IBM Business Process Manager resource represents a summary of tasks belonging to a BPD instance.

Resource URI

/rest/bpm/wle/v1/process/{instanceId}/taskSummary/{status}

Path elements

NameData TypeDescription
instanceIdProcess Instance Task Summary
Process instance identifier.
statusProcess 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:

Parent Topic: REST interface for BPD-related resources Resource Set