User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
ce77a8d9eb
commit
66fe5c7b24
|
@ -608,11 +608,15 @@ del(userStatusKey)</bpmn:script>
|
|||
<bpmn:sequenceFlow id="Flow_0mwwhvb" sourceRef="Activity_00b66gy" targetRef="Activity_0lmpdui" />
|
||||
<bpmn:sequenceFlow id="Flow_04uuejh" sourceRef="Activity_0lmpdui" targetRef="Activity_1ve0iqu" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:scriptTask id="Activity_0faln91" name="Temp Message Storage">
|
||||
<bpmn:scriptTask id="Activity_0faln91" name="Temp Message Storage" scriptFormat="python">
|
||||
<bpmn:incoming>Flow_0yvmfqu</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_15pzvrr</bpmn:outgoing>
|
||||
<bpmn:script>invoice.commentsTeamLead = approvalComment
|
||||
approvalComment = ""</bpmn:script>
|
||||
<bpmn:script># Store Team Lead comments elsewhere and clear form comments
|
||||
invoice.commentsTeamLead = approvalComment
|
||||
approvalComment = ""
|
||||
|
||||
# Set if Team Lead rejected
|
||||
invoice.isTeamLeadApprove = isInvoiceApproved</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:serviceTask id="Activity_0fq1nb4" name="5. Create Invoice in Xero">
|
||||
<bpmn:extensionElements>
|
||||
|
@ -1547,6 +1551,9 @@ else:
|
|||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_0pf7nxs">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_0obk4d1" bpmnElement="Activity_0rae8g6">
|
||||
<bpmndi:BPMNShape id="BPMNShape_0md80al" bpmnElement="Event_0ialhor">
|
||||
<dc:Bounds x="-38" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0u0hy9z" bpmnElement="Activity_0eh4so1">
|
||||
<dc:Bounds x="250" y="180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -1562,9 +1569,6 @@ else:
|
|||
<dc:Bounds x="410" y="180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0md80al" bpmnElement="Event_0ialhor">
|
||||
<dc:Bounds x="-38" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0py9spx_di" bpmnElement="Activity_04kw0jc">
|
||||
<dc:Bounds x="70" y="180" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
|
Loading…
Reference in New Issue