Type alias BPMNSequenceFlow

BPMNSequenceFlow: BPMNElement & {
    $: {
        sourceRef: string;
        targetRef: string;
    };
}

Type declaration

  • $: {
        sourceRef: string;
        targetRef: string;
    }
    • sourceRef: string
    • targetRef: string

Generated using TypeDoc