Search Process Instances
Search process instances.
This API can be used to search process instances of a client.
Path Parameters
- tenant_id
clientId of the tentant
Query Parameters
- state
Query based on process instances states
- Enum:
- ACTIVECOMPLETEDINTERNALLY_TERMINATEDEXTERNALLY_TERMIANTEDSUSPENDED
- startedAfter
Query for process instances that are started after
- startedBefore
Query for process instances that are started before
- finishedBefore
Query for process instances that are finished before
- finishedAfter
Query for process instances that are finishes after
- processDefinitionId
Query for process instances against process definition id
- processDefinitionName
Query for process instances against process definition name
Responses
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- nextPageNo
- previousPageNo
- descendingOrder
- results
Loading Examples...