@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ProcessInstanceResult

    Process instance search response item.

    Index

    Properties

    endDate?: string

    The end date.

    hasIncident: boolean

    Whether this process instance has a related incident or not.

    parentElementInstanceKey?: ElementInstanceKey

    The parent element instance key.

    parentProcessInstanceKey?: ProcessInstanceKey

    The parent process instance key.

    processDefinitionId: ProcessDefinitionId
    processDefinitionKey: ProcessDefinitionKey

    The process definition key.

    processDefinitionName: string

    The process definition name.

    processDefinitionVersion: number

    The process definition version.

    processDefinitionVersionTag?: string

    The process definition version tag.

    processInstanceKey: ProcessInstanceKey

    The key of this process instance.

    startDate: string

    The start date.

    tags?: TagSet
    tenantId: TenantId