mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:45:54 +00:00
User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Issue.bpmn
This commit is contained in:
parent
4adc432926
commit
13a59b5997
@ -9,10 +9,11 @@
|
||||
<bpmn:flowNodeRef>Activity_1aqm83p</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0ngwnfn</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1h98zsq</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1s661qr</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1kp42uq</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1uk4z4g</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1s661qr</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_1j9ze0a</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1kp42uq</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0zzpc3c</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_admin" name="Admin">
|
||||
<bpmn:flowNodeRef>Activity_0ffidfy</bpmn:flowNodeRef>
|
||||
@ -77,20 +78,21 @@ In this task admin approve the request of Issue Voucher</spiffworkflow:instructi
|
||||
<bpmn:outgoing>Flow_15uoaxt</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:dataObject id="DataObject_0lsz476" />
|
||||
<bpmn:exclusiveGateway id="Gateway_1s661qr" name="Admin approval">
|
||||
<bpmn:incoming>Flow_15uoaxt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1kq30l6</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0m96tua</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1kq30l6" sourceRef="Gateway_1s661qr" targetRef="Event_1kp42uq" />
|
||||
<bpmn:endEvent id="Event_1kp42uq">
|
||||
<bpmn:incoming>Flow_1kq30l6</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0m96tua" sourceRef="Gateway_1s661qr" targetRef="Activity_1j9ze0a" />
|
||||
<bpmn:sequenceFlow id="Flow_1kq30l6" name="approved" sourceRef="Gateway_1s661qr" targetRef="Activity_0zzpc3c">
|
||||
<bpmn:conditionExpression>approval == "approved"</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_0m96tua" name="Not approved" sourceRef="Gateway_1s661qr" targetRef="Activity_1j9ze0a">
|
||||
<bpmn:conditionExpression>approval == "not approved"</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_0wlfm1r" sourceRef="Activity_1j9ze0a" targetRef="Event_1uk4z4g" />
|
||||
<bpmn:endEvent id="Event_1uk4z4g">
|
||||
<bpmn:incoming>Flow_0wlfm1r</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:exclusiveGateway id="Gateway_1s661qr" name="Admin approval?" default="Flow_1kq30l6">
|
||||
<bpmn:incoming>Flow_15uoaxt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1kq30l6</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0m96tua</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:manualTask id="Activity_1j9ze0a" name="Inform Unit Rep">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># This task is dedicated to inform the Unit Rep
|
||||
@ -100,35 +102,32 @@ In this task the unit rep will be informed about the denial of approval from adm
|
||||
<bpmn:incoming>Flow_0m96tua</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0wlfm1r</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:textAnnotation id="TextAnnotation_01xmme0">
|
||||
<bpmn:text>Not approved</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1es0juy" sourceRef="Flow_0m96tua" targetRef="TextAnnotation_01xmme0" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_1rdan2l">
|
||||
<bpmn:text>Approved</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_15410ko" sourceRef="Flow_1kq30l6" targetRef="TextAnnotation_1rdan2l" />
|
||||
<bpmn:endEvent id="Event_1kp42uq">
|
||||
<bpmn:incoming>Flow_10sml40</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_10sml40" sourceRef="Activity_0zzpc3c" targetRef="Event_1kp42uq" />
|
||||
<bpmn:manualTask id="Activity_0zzpc3c" name="Inform S10 Clk">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># Inform User
|
||||
|
||||
In this task the user will informed about the approval </spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1kq30l6</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_10sml40</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1whw92z">
|
||||
<bpmndi:BPMNShape id="Participant_000xqi2_di" bpmnElement="cod" isHorizontal="true">
|
||||
<dc:Bounds x="-360" y="380" width="1640" height="920" />
|
||||
<dc:Bounds x="-360" y="380" width="1770" height="920" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1ggyp1b_di" bpmnElement="Lane_admin" isHorizontal="true">
|
||||
<dc:Bounds x="-330" y="700" width="1610" height="600" />
|
||||
<dc:Bounds x="-330" y="700" width="1740" height="600" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0qjdprt_di" bpmnElement="Lane_sasdclk" isHorizontal="true">
|
||||
<dc:Bounds x="-330" y="380" width="1610" height="320" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_01xmme0_di" bpmnElement="TextAnnotation_01xmme0">
|
||||
<dc:Bounds x="450" y="640" width="100" height="29.992138364779873" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1rdan2l_di" bpmnElement="TextAnnotation_1rdan2l">
|
||||
<dc:Bounds x="650" y="470" width="100" height="29.992138364779873" />
|
||||
<bpmndi:BPMNLabel />
|
||||
<dc:Bounds x="-330" y="380" width="1740" height="320" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1aesv5k" bpmnElement="Activity_1aqm83p">
|
||||
<dc:Bounds x="-180" y="490" width="100" height="80" />
|
||||
@ -145,30 +144,25 @@ In this task the unit rep will be informed about the denial of approval from adm
|
||||
<dc:Bounds x="200" y="820" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1s661qr_di" bpmnElement="Gateway_1s661qr" isMarkerVisible="true">
|
||||
<dc:Bounds x="515" y="515" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="503" y="485" width="76" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_09rmrhg" bpmnElement="Event_1kp42uq">
|
||||
<dc:Bounds x="722" y="522" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1uk4z4g_di" bpmnElement="Event_1uk4z4g">
|
||||
<dc:Bounds x="862" y="612" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1s661qr_di" bpmnElement="Gateway_1s661qr" isMarkerVisible="true">
|
||||
<dc:Bounds x="515" y="495" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="500" y="465" width="82" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0bdnni9_di" bpmnElement="Activity_1j9ze0a">
|
||||
<dc:Bounds x="680" y="590" width="100" height="80" />
|
||||
<dc:Bounds x="650" y="590" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_1es0juy_di" bpmnElement="Association_1es0juy">
|
||||
<di:waypoint x="577.5" y="630" />
|
||||
<di:waypoint x="547" y="640" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_15410ko_di" bpmnElement="Association_15410ko">
|
||||
<di:waypoint x="643.5" y="540" />
|
||||
<di:waypoint x="685" y="500" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="BPMNShape_09rmrhg" bpmnElement="Event_1kp42uq">
|
||||
<dc:Bounds x="1002" y="502" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0pheph6_di" bpmnElement="Activity_0zzpc3c">
|
||||
<dc:Bounds x="740" y="480" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1woa39n" bpmnElement="Flow_0cjiysr">
|
||||
<di:waypoint x="-242" y="530" />
|
||||
<di:waypoint x="-180" y="530" />
|
||||
@ -186,22 +180,32 @@ In this task the unit rep will be informed about the denial of approval from adm
|
||||
<bpmndi:BPMNEdge id="Flow_15uoaxt_di" bpmnElement="Flow_15uoaxt">
|
||||
<di:waypoint x="300" y="860" />
|
||||
<di:waypoint x="401" y="860" />
|
||||
<di:waypoint x="401" y="540" />
|
||||
<di:waypoint x="515" y="540" />
|
||||
<di:waypoint x="401" y="520" />
|
||||
<di:waypoint x="515" y="520" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1kq30l6_di" bpmnElement="Flow_1kq30l6">
|
||||
<di:waypoint x="565" y="540" />
|
||||
<di:waypoint x="722" y="540" />
|
||||
<di:waypoint x="565" y="520" />
|
||||
<di:waypoint x="740" y="520" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="627" y="495" width="46" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0m96tua_di" bpmnElement="Flow_0m96tua">
|
||||
<di:waypoint x="540" y="565" />
|
||||
<di:waypoint x="540" y="545" />
|
||||
<di:waypoint x="540" y="630" />
|
||||
<di:waypoint x="680" y="630" />
|
||||
<di:waypoint x="650" y="630" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="522" y="586" width="67" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0wlfm1r_di" bpmnElement="Flow_0wlfm1r">
|
||||
<di:waypoint x="780" y="630" />
|
||||
<di:waypoint x="750" y="630" />
|
||||
<di:waypoint x="862" y="630" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_10sml40_di" bpmnElement="Flow_10sml40">
|
||||
<di:waypoint x="840" y="520" />
|
||||
<di:waypoint x="1002" y="520" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user