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

    Type Alias ProcessInstanceCallHierarchyEntry

    type ProcessInstanceCallHierarchyEntry = {
        processDefinitionKey: ProcessDefinitionKey;
        processDefinitionName: string;
        processInstanceKey: ProcessInstanceKey;
    }
    Index

    Properties

    processDefinitionKey: ProcessDefinitionKey

    The key of the process definition.

    processDefinitionName: string

    The name of the process definition (fall backs to the process definition ID if not available).

    processInstanceKey: ProcessInstanceKey

    The key of the process instance.