bpmn-elements
Version:
Executable workflow elements based on BPMN 2.0
16 lines (14 loc) • 549 B
JavaScript
import EventBasedGateway, { EventBasedGatewayBehaviour } from './EventBasedGateway.js';
import ExclusiveGateway, { ExclusiveGatewayBehaviour } from './ExclusiveGateway.js';
import InclusiveGateway, { InclusiveGatewayBehaviour } from './InclusiveGateway.js';
import ParallelGateway, { ParallelGatewayBehaviour } from './ParallelGateway.js';
export {
EventBasedGateway,
EventBasedGatewayBehaviour,
ExclusiveGateway,
ExclusiveGatewayBehaviour,
InclusiveGateway,
InclusiveGatewayBehaviour,
ParallelGateway,
ParallelGatewayBehaviour,
};