Type alias BPMNBoundaryEvent

BPMNBoundaryEvent: BPMNElement & {
    $: {
        attachedToRef?: string;
    };
} & {
    bpmn:outgoing: string[];
} & BPMNEventDefinition

Type declaration

  • bpmn:outgoing: string[]

Generated using TypeDoc