Skip to main content
Version: 8.5

Search process instances

POST 

/v1/process-instances/search

Search process instances

Request

Body

required

Search process instances

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

    Possible values: [ACTIVE, COMPLETED, CANCELED]

    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
    bpmnProcessId string
    parentKey int64
    parentFlowNodeInstanceKey int64
    startDate string
    endDate string
    state string

    Possible values: [ACTIVE, COMPLETED, CANCELED]

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