User: bpmnguru@gmail.com added process model file playground/bpmnguru/recruitment-process/Test Call Process.bpmn
This commit is contained in:
parent
213583f362
commit
107257e24d
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions xmlns:bpmn="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:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_06df00m">
|
||||
<bpmn:participant id="Participant_0dgq18r" processRef="Process_38w9k0s" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_38w9k0s" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_05rr468</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:task id="Activity_1pnjsdv">
|
||||
<bpmn:incoming>Flow_05rr468</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ftavvf</bpmn:outgoing>
|
||||
</bpmn:task>
|
||||
<bpmn:sequenceFlow id="Flow_05rr468" sourceRef="StartEvent_1" targetRef="Activity_1pnjsdv" />
|
||||
<bpmn:exclusiveGateway id="Gateway_038j6la">
|
||||
<bpmn:incoming>Flow_0ftavvf</bpmn:incoming>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0ftavvf" sourceRef="Activity_1pnjsdv" targetRef="Gateway_038j6la" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_06df00m">
|
||||
<bpmndi:BPMNShape id="Participant_0dgq18r_di" bpmnElement="Participant_0dgq18r" isHorizontal="true">
|
||||
<dc:Bounds x="-160" y="70" width="600" height="250" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-88" y="172" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1pnjsdv_di" bpmnElement="Activity_1pnjsdv">
|
||||
<dc:Bounds x="30" y="150" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_038j6la_di" bpmnElement="Gateway_038j6la" isMarkerVisible="true">
|
||||
<dc:Bounds x="185" y="165" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_05rr468_di" bpmnElement="Flow_05rr468">
|
||||
<di:waypoint x="-52" y="190" />
|
||||
<di:waypoint x="30" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ftavvf_di" bpmnElement="Flow_0ftavvf">
|
||||
<di:waypoint x="130" y="190" />
|
||||
<di:waypoint x="185" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
Loading…
Reference in New Issue