UNPKG

bpmn-js

Version:

A bpmn 2.0 toolkit and web modeler

4 lines (3 loc) 202 B
export function canBeNonInterrupting(shape: any): boolean; export function getInterruptingProperty(shape: any): "cancelActivity" | "isInterrupting"; export const NON_INTERRUPTING_EVENT_TYPES: string[];