-
Notifications
You must be signed in to change notification settings - Fork 50
bpmn_type
ralphhanna edited this page Dec 18, 2023
·
3 revisions
bpmn-server / BPMN_TYPE
- BoundaryEvent
- BusinessRuleTask
- CallActivity
- EndEvent
- EventBasedGateway
- ExclusiveGateway
- InclusiveGateway
- IntermediateCatchEvent
- IntermediateThrowEvent
- MessageFlow
- ParallelGateway
- ReceiveTask
- ScriptTask
- SendTask
- SequenceFlow
- ServiceTask
- StartEvent
- SubProcess
- UserTask
• BoundaryEvent = "bpmn:BoundaryEvent"
• BusinessRuleTask = "bpmn:BusinessRuleTask"
• CallActivity = "bpmn:CallActivity"
• EndEvent = "bpmn:EndEvent"
• EventBasedGateway = "bpmn:EventBasedGateway"
• ExclusiveGateway = "bpmn:ExclusiveGateway"
• InclusiveGateway = "bpmn:InclusiveGateway"
• IntermediateCatchEvent = "bpmn:IntermediateCatchEvent"
• IntermediateThrowEvent = "bpmn:IntermediateThrowEvent"
• MessageFlow = "bpmn:MessageFlow"
• ParallelGateway = "bpmn:ParallelGateway"
• ReceiveTask = "bpmn:ReceiveTask"
• ScriptTask = "bpmn:ScriptTask"
• SendTask = "bpmn:SendTask"
• SequenceFlow = "bpmn:SequenceFlow"
• ServiceTask = "bpmn:ServiceTask"
• StartEvent = "bpmn:StartEvent"
• SubProcess = "bpmn:SubProcess"
• UserTask = "bpmn:UserTask"