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

    Type Alias JobResultActivateElement

    Instruction to activate a single BPMN element within an ad‑hoc sub‑process, optionally providing variables scoped to that element.

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

    Properties

    elementId?: ElementId

    The element ID to activate.

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

    Variables for the element.