BPMNParticipant: BPMNElement & {
    $: {
        processRef: string;
    };
}

Type declaration

  • $: {
        processRef: string;
    }
    • processRef: string

Generated using TypeDoc