-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #236
- Loading branch information
Showing
3 changed files
with
157 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- origin at X=0.0 Y=0.0 --> | ||
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xs="http://www.w3.org/2001/XMLSchema" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.4.RC1-v20220528-0836-B1"> | ||
<bpmn2:process id="Process_1" name="Process 1" isExecutable="false"> | ||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="Intermediate Catch Event 1"> | ||
<bpmn2:documentation id="Documentation_3"><![CDATA[d1]]></bpmn2:documentation> | ||
<bpmn2:messageEventDefinition id="MessageEventDefinition_1"/> | ||
</bpmn2:intermediateCatchEvent> | ||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_2" name="Intermediate Catch Event 2"> | ||
<bpmn2:documentation id="Documentation_4"><![CDATA[d2]]></bpmn2:documentation> | ||
<bpmn2:linkEventDefinition id="LinkEventDefinition_1" name="Link Event Definition 1"/> | ||
</bpmn2:intermediateCatchEvent> | ||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="Intermediate Catch Event 3"> | ||
<bpmn2:signalEventDefinition id="SignalEventDefinition_1"/> | ||
</bpmn2:intermediateCatchEvent> | ||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_4" name="Intermediate Catch Event 4"> | ||
<bpmn2:timerEventDefinition id="TimerEventDefinition_1"/> | ||
</bpmn2:intermediateCatchEvent> | ||
<bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_5" name="Intermediate Catch Event 5"> | ||
<bpmn2:conditionalEventDefinition id="ConditionalEventDefinition_1"/> | ||
</bpmn2:intermediateCatchEvent> | ||
</bpmn2:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"> | ||
<bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_1" bpmnElement="IntermediateCatchEvent_1"> | ||
<dc:Bounds height="36.0" width="36.0" x="142.0" y="82.0"/> | ||
<bpmndi:BPMNLabel id="BPMNLabel_1" labelStyle="BPMNLabelStyle_1"> | ||
<dc:Bounds height="28.0" width="79.0" x="121.0" y="118.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_2" bpmnElement="IntermediateCatchEvent_2"> | ||
<dc:Bounds height="36.0" width="36.0" x="273.0" y="82.0"/> | ||
<bpmndi:BPMNLabel id="BPMNLabel_2" labelStyle="BPMNLabelStyle_1"> | ||
<dc:Bounds height="28.0" width="79.0" x="252.0" y="118.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_3" bpmnElement="IntermediateCatchEvent_3"> | ||
<dc:Bounds height="36.0" width="36.0" x="400.0" y="82.0"/> | ||
<bpmndi:BPMNLabel id="BPMNLabel_3" labelStyle="BPMNLabelStyle_1"> | ||
<dc:Bounds height="28.0" width="79.0" x="379.0" y="118.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_4" bpmnElement="IntermediateCatchEvent_4"> | ||
<dc:Bounds height="36.0" width="36.0" x="540.0" y="82.0"/> | ||
<bpmndi:BPMNLabel id="BPMNLabel_4" labelStyle="BPMNLabelStyle_1"> | ||
<dc:Bounds height="28.0" width="79.0" x="519.0" y="118.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="BPMNShape_IntermediateCatchEvent_5" bpmnElement="IntermediateCatchEvent_5"> | ||
<dc:Bounds height="36.0" width="36.0" x="673.0" y="82.0"/> | ||
<bpmndi:BPMNLabel id="BPMNLabel_5" labelStyle="BPMNLabelStyle_1"> | ||
<dc:Bounds height="28.0" width="79.0" x="652.0" y="118.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
</bpmndi:BPMNPlane> | ||
<bpmndi:BPMNLabelStyle id="BPMNLabelStyle_1"> | ||
<dc:Font name="arial" size="9.0"/> | ||
</bpmndi:BPMNLabelStyle> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn2:definitions> |