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

    Type Alias AdHocSubProcessActivateActivityReference

    type AdHocSubProcessActivateActivityReference = {
        elementId: ElementId;
        variables?: { [key: string]: unknown };
    }
    Index

    Properties

    elementId: ElementId

    The ID of the element that should be activated.

    variables?: { [key: string]: unknown }

    Variables to be set when activating the element.