Skip to main content
Version: 8.5

Get process instance by key

GET 

/v1/process-instances/:key

Get process instance by key

Request

Path Parameters

    key int64required

    Key of process instance

Responses

Success

Schema
    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
Loading...