User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/issue2.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-16 04:45:33 +00:00
parent 66c16aa4c1
commit 222a9669c9
1 changed files with 30 additions and 6 deletions

View File

@ -13,14 +13,16 @@
</bpmn:endEvent>
<bpmn:userTask id="Activity_0qpzdpu" name="Submitting Issue Voucher Form">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>Creating Issue Voucher Form </spiffworkflow:instructionsForEndUser>
<spiffworkflow:instructionsForEndUser>Creating Issue Voucher Form
</spiffworkflow:instructionsForEndUser>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="issue-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="issue-uischema.json" />
</spiffworkflow:properties>
<spiffworkflow:preScript />
</bpmn:extensionElements>
<bpmn:incoming>Flow_0w34s28</bpmn:incoming>
<bpmn:incoming>Flow_1ndqjvb</bpmn:incoming>
<bpmn:outgoing>Flow_1gyv3iu</bpmn:outgoing>
</bpmn:userTask>
<bpmn:exclusiveGateway id="Gateway_052a0kd">
@ -100,7 +102,7 @@
<bpmn:outgoing>Flow_1v73zay</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_05b9bnd" sourceRef="Activity_145kqkw" targetRef="Gateway_0aqfove" />
<bpmn:sequenceFlow id="Flow_0w34s28" name="documents_collected==1" sourceRef="Gateway_0aqfove" targetRef="Activity_0qpzdpu">
<bpmn:sequenceFlow id="Flow_0w34s28" name="documents_collected==1" sourceRef="Gateway_0aqfove" targetRef="Activity_0ht4dom">
<bpmn:conditionExpression>documents_collected==1</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_1v73zay" name="documents_collected==0" sourceRef="Gateway_0aqfove" targetRef="Activity_13h1g01">
@ -122,6 +124,19 @@
<bpmn:sequenceFlow id="Flow_0lw624a" sourceRef="Activity_186t2ny" targetRef="Gateway_0ylksdp" />
<bpmn:sequenceFlow id="Flow_0lujeru" sourceRef="Activity_1ts2r7w" targetRef="Gateway_0ylksdp" />
<bpmn:sequenceFlow id="Flow_0zzylwu" sourceRef="Gateway_0ylksdp" targetRef="EndEvent_1" />
<bpmn:scriptTask id="Activity_0ht4dom">
<bpmn:incoming>Flow_0w34s28</bpmn:incoming>
<bpmn:outgoing>Flow_1ndqjvb</bpmn:outgoing>
<bpmn:script>import secrets
issue_voucher_number = f"ISS-{secrets.randbelow(1000000):06}"
na_number = f"NA-{secrets.randbelow(1000000):06}"
demand_no = f"Demand-{secrets.randbelow(1000000):06}"
</bpmn:script>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_1ndqjvb" sourceRef="Activity_0ht4dom" targetRef="Activity_0qpzdpu" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_issue2_nm8svt0">
@ -163,6 +178,9 @@
<bpmndi:BPMNShape id="Gateway_0ylksdp_di" bpmnElement="Gateway_0ylksdp" isMarkerVisible="true">
<dc:Bounds x="905" y="45" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1vew2dw_di" bpmnElement="Activity_0ht4dom">
<dc:Bounds x="140" y="20" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1gyv3iu_di" bpmnElement="Flow_1gyv3iu">
<di:waypoint x="350" y="177" />
<di:waypoint x="410" y="177" />
@ -196,10 +214,11 @@
<di:waypoint x="85" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0w34s28_di" bpmnElement="Flow_0w34s28">
<di:waypoint x="135" y="177" />
<di:waypoint x="250" y="177" />
<di:waypoint x="110" y="152" />
<di:waypoint x="110" y="50" />
<di:waypoint x="140" y="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="148" y="146" width="83" height="27" />
<dc:Bounds x="82" y="19" width="83" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1v73zay_di" bpmnElement="Flow_1v73zay">
@ -232,6 +251,11 @@
<di:waypoint x="1014" y="90" />
<di:waypoint x="1072" y="90" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ndqjvb_di" bpmnElement="Flow_1ndqjvb">
<di:waypoint x="240" y="60" />
<di:waypoint x="260" y="60" />
<di:waypoint x="260" y="137" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>