Interface ProcessInstanceCreationStartInstruction

interface ProcessInstanceCreationStartInstruction {
    elementId: string;
}

Properties

Properties

elementId: string

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

Generated using TypeDoc