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

    Type Alias GetElementInstanceData

    type GetElementInstanceData = {
        body?: never;
        path: { elementInstanceKey: ElementInstanceKey };
        query?: never;
        url: "/element-instances/{elementInstanceKey}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { elementInstanceKey: ElementInstanceKey }

    Type Declaration

    • elementInstanceKey: ElementInstanceKey

      The assigned key of the element instance, which acts as a unique identifier for this element instance.

    query?: never
    url: "/element-instances/{elementInstanceKey}"