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

    Type Alias ProcessInstanceCreationStartInstruction

    type ProcessInstanceCreationStartInstruction = {
        elementId: ElementId;
    }
    Index

    Properties

    Properties

    elementId: ElementId

    Future extensions might include:

    • different types of start instructions
    • ability to set local variables for different flow scopes

    For now, however, the start instruction is implicitly a "startBeforeElement" instruction