UNPKG

bpmn-elements

Version:

Executable workflow elements based on BPMN 2.0

19 lines (17 loc) 658 B
import BoundaryEvent, { BoundaryEventBehaviour } from './BoundaryEvent.js'; import EndEvent, { EndEventBehaviour } from './EndEvent.js'; import IntermediateCatchEvent, { IntermediateCatchEventBehaviour } from './IntermediateCatchEvent.js'; import IntermediateThrowEvent, { IntermediateThrowEventBehaviour } from './IntermediateThrowEvent.js'; import StartEvent, { StartEventBehaviour } from './StartEvent.js'; export { BoundaryEvent, BoundaryEventBehaviour, EndEvent, EndEventBehaviour, IntermediateCatchEvent, IntermediateCatchEventBehaviour, IntermediateThrowEvent, IntermediateThrowEventBehaviour, StartEvent, StartEventBehaviour, };