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
f811dfcba2
commit
7adb1d397b
|
@ -901,11 +901,10 @@ invoice.invoiceStatus = "Approved and Pending Payment"</spiffworkflow:preScript>
|
|||
len_project_lead_comments = len(invoice["commentsProjectLead"].strip())
|
||||
len_finance_comments = len(invoice["commentsFinance"].strip())
|
||||
|
||||
if isMatch:
|
||||
task_id = "waku_payment_pending_ismatch"
|
||||
else:
|
||||
task_id = "waku_payment_pending_not_ismatch"
|
||||
# Set Task Id
|
||||
task_id = "waku_payment_pending"
|
||||
|
||||
# Set Message in Call Activity
|
||||
isSetMessage = True
|
||||
|
||||
# Set Time Zone
|
||||
|
@ -1864,6 +1863,9 @@ isCurTest = False</spiffworkflow:preScript>
|
|||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_03yq39k">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_19vekoo" bpmnElement="Waku_Message_Pending_Payment">
|
||||
<bpmndi:BPMNShape id="Event_13cibxi_di" bpmnElement="Event_13cibxi">
|
||||
<dc:Bounds x="242" y="162" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0848qfu_di" bpmnElement="Get_Waku_Messages_Message">
|
||||
<dc:Bounds x="340" y="140" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -1875,9 +1877,6 @@ isCurTest = False</spiffworkflow:preScript>
|
|||
<dc:Bounds x="530" y="140" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_13cibxi_di" bpmnElement="Event_13cibxi">
|
||||
<dc:Bounds x="242" y="162" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1w7kqay_di" bpmnElement="Flow_1w7kqay">
|
||||
<di:waypoint x="440" y="180" />
|
||||
<di:waypoint x="530" y="180" />
|
||||
|
|
Loading…
Reference in New Issue