Skip to main content
Version: Next

Get process instance

GET 

/process-instances/:processInstanceKey

Get the process instance by the process instance key.

Request

Path Parameters

    processInstanceKey int64required

    The process instance key.

Responses

The process instance is successfully returned.

Schema
    processDefinitionId string

    The process definition ID.

    processDefinitionName string

    The process definition name.

    processDefinitionVersion int32

    The process definition version.

    processDefinitionVersionTag string

    The process definition version tag.

    startDate date-time

    The start date.

    endDate date-time

    The end date.

    state ProcessInstanceStateEnum

    Possible values: [ACTIVE, COMPLETED, CANCELED]

    The state, one of ACTIVE, COMPLETED, CANCELED.

    hasIncident boolean

    Whether this process instance has a related incident or not.

    tenantId string

    The tenant ID.

    processInstanceKey string

    The key of this process instance.

    processDefinitionKey string

    The process definition key.

    parentProcessInstanceKey string

    The parent process instance key.

    parentFlowNodeInstanceKey string

    The parent flow node instance key.

Loading...