User: alex clicked save for demo/admin-demo-1/submit-invoice.bpmn
This commit is contained in:
parent
c949d9efda
commit
e75d5df24f
|
@ -151,14 +151,16 @@ annual_salary = float(annual_salary_str)</bpmn:script>
|
|||
<bpmn:outgoing>Flow_0tro4fv</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0tro4fv" sourceRef="Event_17pvtuv" targetRef="Activity_0yes9h3" />
|
||||
<bpmn:exclusiveGateway id="Gateway_0eaocp0" name="Matchn?">
|
||||
<bpmn:exclusiveGateway id="Gateway_0eaocp0" name="Matchn?" default="Flow_0bfsldt">
|
||||
<bpmn:incoming>Flow_1lb0pq7</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0am2zl6</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0bfsldt</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1lb0pq7" sourceRef="Activity_1p94uz7" targetRef="Gateway_0eaocp0" />
|
||||
<bpmn:sequenceFlow id="Flow_0am2zl6" sourceRef="Gateway_0eaocp0" targetRef="Event_1x4b5bx" />
|
||||
<bpmn:sequenceFlow id="Flow_0bfsldt" sourceRef="Gateway_0eaocp0" targetRef="Event_049kpe7" />
|
||||
<bpmn:sequenceFlow id="Flow_0am2zl6" name="No" sourceRef="Gateway_0eaocp0" targetRef="Event_1x4b5bx">
|
||||
<bpmn:conditionExpression>not(isMatch)</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_0bfsldt" name="Yes" sourceRef="Gateway_0eaocp0" targetRef="Event_049kpe7" />
|
||||
<bpmn:serviceTask id="Activity_1cg9qcq" name="Send Waku Message: Invoice Submitted">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="wr_SendInvocieRejected">
|
||||
|
@ -319,10 +321,16 @@ annual_salary = float(annual_salary_str)</bpmn:script>
|
|||
<di:waypoint x="1490" y="152" />
|
||||
<di:waypoint x="1490" y="10" />
|
||||
<di:waypoint x="1622" y="10" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1498" y="78" width="15" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0bfsldt_di" bpmnElement="Flow_0bfsldt">
|
||||
<di:waypoint x="1515" y="177" />
|
||||
<di:waypoint x="1622" y="177" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1560" y="159" width="18" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0tpxm33_di" bpmnElement="Flow_0tpxm33">
|
||||
<di:waypoint x="1658" y="10" />
|
||||
|
|
Loading…
Reference in New Issue