Skip to main content
Version: 8.6

Search process instances

POST 

/v1/process-instances/search

Search process instances

Request

Body

Search process instances

    filter object
    key int64
    processVersion int32
    processVersionTag string
    bpmnProcessId string
    parentKey int64
    parentFlowNodeInstanceKey int64
    startDate string
    endDate string
    state string

    Possible values: [ACTIVE, COMPLETED, CANCELED]

    incident boolean
    processDefinitionKey int64
    tenantId string
    parentProcessInstanceKey
    size int32
    searchAfter object[]
    sort object[]
  • Array [
  • field string
    order string

    Possible values: [ASC, DESC]

  • ]

Responses

Success

Schema
    items object[]
  • Array [
  • key int64
    processVersion int32
    processVersionTag string
    bpmnProcessId string
    parentKey int64
    parentFlowNodeInstanceKey int64
    startDate string
    endDate string
    state string

    Possible values: [ACTIVE, COMPLETED, CANCELED]

    incident boolean
    processDefinitionKey int64
    tenantId string
    parentProcessInstanceKey
  • ]
  • sortValues object[]
    total int64
Loading...