mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:38:56 +00:00
User: waqqas.jabbar@gmail.com added process model file playground/nutech/parallel-gateway-1/parallel_1.bpmn
This commit is contained in:
parent
0fb9ead24e
commit
5ed8f85038
116
playground/nutech/parallel-gateway-1/parallel_1.bpmn
Normal file
116
playground/nutech/parallel-gateway-1/parallel_1.bpmn
Normal file
@ -0,0 +1,116 @@
|
||||
<?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_0a17da4">
|
||||
<bpmn:participant id="Participant_1slxntx" name="COD" processRef="Process_ma5wf9z" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_ma5wf9z" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1e5mc2v</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1e5mc2v" sourceRef="StartEvent_1" targetRef="Activity_1atflxn" />
|
||||
<bpmn:manualTask id="Activity_1atflxn" name="Show Information">
|
||||
<bpmn:incoming>Flow_1e5mc2v</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_07lsdmd</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:task id="Activity_11zm0lv" name="Check condition">
|
||||
<bpmn:incoming>Flow_07lsdmd</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1evvg2v</bpmn:outgoing>
|
||||
</bpmn:task>
|
||||
<bpmn:sequenceFlow id="Flow_07lsdmd" sourceRef="Activity_1atflxn" targetRef="Activity_11zm0lv" />
|
||||
<bpmn:sequenceFlow id="Flow_1evvg2v" sourceRef="Activity_11zm0lv" targetRef="Gateway_17plybg" />
|
||||
<bpmn:parallelGateway id="Gateway_17plybg">
|
||||
<bpmn:incoming>Flow_1evvg2v</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0or61y6</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_00hpipc</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0or61y6" sourceRef="Gateway_17plybg" targetRef="Activity_06gouhj" />
|
||||
<bpmn:sequenceFlow id="Flow_00hpipc" sourceRef="Gateway_17plybg" targetRef="Activity_1kver8u" />
|
||||
<bpmn:sequenceFlow id="Flow_0rdvl2o" sourceRef="Activity_1kver8u" targetRef="Gateway_096k86v" />
|
||||
<bpmn:sequenceFlow id="Flow_06ak882" sourceRef="Activity_06gouhj" targetRef="Gateway_096k86v" />
|
||||
<bpmn:exclusiveGateway id="Gateway_096k86v">
|
||||
<bpmn:incoming>Flow_0rdvl2o</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_06ak882</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0uja6gj</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0uja6gj" sourceRef="Gateway_096k86v" targetRef="Activity_10ajfzg" />
|
||||
<bpmn:manualTask id="Activity_10ajfzg" name="Print completion">
|
||||
<bpmn:incoming>Flow_0uja6gj</bpmn:incoming>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:manualTask id="Activity_06gouhj" name="Parallel Task 1">
|
||||
<bpmn:incoming>Flow_0or61y6</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_06ak882</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:manualTask id="Activity_1kver8u" name="Parallel Task 2">
|
||||
<bpmn:incoming>Flow_00hpipc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0rdvl2o</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0a17da4">
|
||||
<bpmndi:BPMNShape id="Participant_1slxntx_di" bpmnElement="Participant_1slxntx" isHorizontal="true">
|
||||
<dc:Bounds x="-310" y="-80" width="1100" height="320" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-218" y="32" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_19anvj4_di" bpmnElement="Activity_1atflxn">
|
||||
<dc:Bounds x="-130" y="10" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_11zm0lv_di" bpmnElement="Activity_11zm0lv">
|
||||
<dc:Bounds x="30" y="10" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_02t6ewq_di" bpmnElement="Gateway_17plybg">
|
||||
<dc:Bounds x="195" y="25" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_096k86v_di" bpmnElement="Gateway_096k86v" isMarkerVisible="true">
|
||||
<dc:Bounds x="475" y="25" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1i0mbfj_di" bpmnElement="Activity_10ajfzg">
|
||||
<dc:Bounds x="590" y="10" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1nlar3z_di" bpmnElement="Activity_06gouhj">
|
||||
<dc:Bounds x="310" y="10" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1epqk4o_di" bpmnElement="Activity_1kver8u">
|
||||
<dc:Bounds x="310" y="100" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1e5mc2v_di" bpmnElement="Flow_1e5mc2v">
|
||||
<di:waypoint x="-182" y="50" />
|
||||
<di:waypoint x="-130" y="50" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_07lsdmd_di" bpmnElement="Flow_07lsdmd">
|
||||
<di:waypoint x="-30" y="50" />
|
||||
<di:waypoint x="30" y="50" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1evvg2v_di" bpmnElement="Flow_1evvg2v">
|
||||
<di:waypoint x="130" y="50" />
|
||||
<di:waypoint x="195" y="50" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0or61y6_di" bpmnElement="Flow_0or61y6">
|
||||
<di:waypoint x="245" y="50" />
|
||||
<di:waypoint x="310" y="50" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_00hpipc_di" bpmnElement="Flow_00hpipc">
|
||||
<di:waypoint x="220" y="75" />
|
||||
<di:waypoint x="220" y="140" />
|
||||
<di:waypoint x="310" y="140" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0rdvl2o_di" bpmnElement="Flow_0rdvl2o">
|
||||
<di:waypoint x="410" y="140" />
|
||||
<di:waypoint x="500" y="140" />
|
||||
<di:waypoint x="500" y="75" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_06ak882_di" bpmnElement="Flow_06ak882">
|
||||
<di:waypoint x="410" y="50" />
|
||||
<di:waypoint x="475" y="50" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0uja6gj_di" bpmnElement="Flow_0uja6gj">
|
||||
<di:waypoint x="525" y="50" />
|
||||
<di:waypoint x="590" y="50" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -4,6 +4,6 @@
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null
|
||||
"primary_file_name": "parallel_1.bpmn",
|
||||
"primary_process_id": "Process_ma5wf9z"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user