-
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.
- Loading branch information
Showing
3 changed files
with
75 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<bpmn2:definitions xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.openbpmn" exporterVersion="1.0.0" targetNamespace="http://open-bpmn.org" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL"> | ||
<bpmn2:collaboration id="collaboration_1" name="Default Collaboration"> | ||
<bpmn2:participant id="participant_m09IMQ" name="Default Process" processRef="process_1"/> | ||
<bpmn2:participant id="participant_7yxBtQ" name="Pool-1" processRef="process_eQk64Q"> | ||
<bpmn2:documentation id="documentation_oR00UA"/> | ||
</bpmn2:participant> | ||
</bpmn2:collaboration> | ||
<bpmn2:process definitionalCollaborationRef="collaboration_1" id="process_1" name="Default Process" processType="Public"> | ||
<bpmn2:documentation id="documentation_9JebLA"/> | ||
</bpmn2:process> | ||
<bpmn2:process definitionalCollaborationRef="collaboration_1" id="process_eQk64Q" name="Pool-1" processType="Private"> | ||
<bpmn2:laneSet id="laneset_Clnr6w" name="Lane Set"> | ||
<bpmn2:lane id="lane_sY73fw" name="Lane 1"> | ||
<bpmn2:documentation id="documentation_dItTTw"/> | ||
<bpmn2:flowNodeRef>event_OHIyTA</bpmn2:flowNodeRef> | ||
<bpmn2:flowNodeRef>task_aoLpMw</bpmn2:flowNodeRef> | ||
</bpmn2:lane> | ||
</bpmn2:laneSet> | ||
<bpmn2:startEvent id="event_OHIyTA" name="Event-1"> | ||
<bpmn2:documentation id="documentation_ILfNxQ"/> | ||
</bpmn2:startEvent> | ||
<bpmn2:task id="task_aoLpMw" name="Task-1"> | ||
<bpmn2:documentation id="documentation_L9Nwsw"/> | ||
</bpmn2:task> | ||
</bpmn2:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1" name="OpenBPMN Diagram"> | ||
<bpmndi:BPMNPlane bpmnElement="collaboration_1" id="BPMNPlane_1"> | ||
<bpmndi:BPMNShape bpmnElement="participant_7yxBtQ" id="BPMNShape_NXNwZw"> | ||
<dc:Bounds height="520.0" width="1110.0" x="100.0" y="80.0"/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape bpmnElement="lane_sY73fw" id="BPMNShape_Lane_8TYz4Q"> | ||
<dc:Bounds height="520.0" width="1080.0" x="130.0" y="80.0"/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape bpmnElement="event_OHIyTA" id="BPMNShape_BBPE2g"> | ||
<dc:Bounds height="36.0" width="36.0" x="197.0" y="207.0"/> | ||
<bpmndi:BPMNLabel id="BPMNLabel_KdfSAQ"> | ||
<dc:Bounds height="20.0" width="100.0" x="165.0" y="246.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape bpmnElement="task_aoLpMw" id="BPMNShape_0Kx0rg"> | ||
<dc:Bounds height="50.0" width="110.0" x="330.0" y="200.0"/> | ||
</bpmndi:BPMNShape> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn2:definitions> |
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