User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/issue2.bpmn
This commit is contained in:
parent
5ce0a2848f
commit
fe7046fd07
|
@ -204,11 +204,11 @@ demand_no = f"Demand-{randint(0, 999999):06}"</bpmn:script>
|
|||
<bpmn:outgoing>Flow_064ne3o</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1gw7b76</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_064ne3o" name="warehouse_approval==1" sourceRef="Gateway_1jmse4m" targetRef="Activity_115o81s">
|
||||
<bpmn:conditionExpression>warehouse_approval==1</bpmn:conditionExpression>
|
||||
<bpmn:sequenceFlow id="Flow_064ne3o" name="warehouse_approval=='Yes'" sourceRef="Gateway_1jmse4m" targetRef="Activity_115o81s">
|
||||
<bpmn:conditionExpression>warehouse_approval=='Yes'</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_1gw7b76" name="warehouse_approval==0" sourceRef="Gateway_1jmse4m" targetRef="Activity_0osvlbg">
|
||||
<bpmn:conditionExpression>warehouse_approval==0</bpmn:conditionExpression>
|
||||
<bpmn:sequenceFlow id="Flow_1gw7b76" name="warehouse_approval=='No'" sourceRef="Gateway_1jmse4m" targetRef="Activity_0osvlbg">
|
||||
<bpmn:conditionExpression>warehouse_approval=='No'</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:exclusiveGateway id="Gateway_1lp1oow">
|
||||
<bpmn:incoming>Flow_06tj3ox</bpmn:incoming>
|
||||
|
@ -390,7 +390,7 @@ demand_no = f"Demand-{randint(0, 999999):06}"</bpmn:script>
|
|||
<di:waypoint x="875" y="520" />
|
||||
<di:waypoint x="940" y="520" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="856" y="486" width="88" height="27" />
|
||||
<dc:Bounds x="859" y="486" width="83" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1gw7b76_di" bpmnElement="Flow_1gw7b76">
|
||||
|
@ -398,7 +398,7 @@ demand_no = f"Demand-{randint(0, 999999):06}"</bpmn:script>
|
|||
<di:waypoint x="850" y="630" />
|
||||
<di:waypoint x="940" y="630" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="846" y="596" width="88" height="27" />
|
||||
<dc:Bounds x="847" y="596" width="88" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_06tj3ox_di" bpmnElement="Flow_06tj3ox">
|
||||
|
|
Loading…
Reference in New Issue