mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 04:38:31 +00:00
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
2e69787321
commit
a8ac6e771e
@ -898,8 +898,8 @@ invoice.invoiceStatus = "Approved and Pending Payment"</spiffworkflow:preScript>
|
||||
<bpmn:callActivity id="Get_Waku_Messages_Message" name="Get Waku Messages: Message" calledElement="Waku_Messages_Message">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:preScript># Check if there are Project Lead and/or Finance comments
|
||||
len_project_lead_comments = len(invoice["commentsProjectLead"])
|
||||
len_finance_comments = len(invoice["commentsFinance"])
|
||||
len_project_lead_comments = len(invoice["commentsProjectLead"].strip())
|
||||
len_finance_comments = len(invoice["commentsFinance"].strip())
|
||||
|
||||
if isMatch:
|
||||
task_id = "waku_payment_pending_ismatch"
|
||||
@ -933,14 +933,6 @@ timezone = current_user_extras["time_zone"]</spiffworkflow:preScript>
|
||||
<bpmn:outgoing>Flow_1buk0a2</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_1buk0a2" sourceRef="waku_payment_pending" targetRef="Event_0fbz176" />
|
||||
<bpmn:scriptTask id="Activity_0iquip7" name="Temp Pre-Script" scriptFormat="python">
|
||||
<bpmn:script>if isMatch:
|
||||
task_id = "waku_payment_pending_ismatch"
|
||||
else:
|
||||
task_id = "waku_payment_pending_not_ismatch"
|
||||
|
||||
isSetMessage = True</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1j5eznh" sourceRef="Event_13cibxi" targetRef="Get_Waku_Messages_Message" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:subProcess id="Activity_0gkpa9s" name="Waku Message: Notify CC Invoice Submitted">
|
||||
@ -1872,9 +1864,6 @@ 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="72" 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 />
|
||||
@ -1886,9 +1875,8 @@ isCurTest = False</spiffworkflow:preScript>
|
||||
<dc:Bounds x="530" y="140" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0tevtzs_di" bpmnElement="Activity_0iquip7">
|
||||
<dc:Bounds x="170" y="300" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
<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" />
|
||||
@ -1899,7 +1887,7 @@ isCurTest = False</spiffworkflow:preScript>
|
||||
<di:waypoint x="702" y="180" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1j5eznh_di" bpmnElement="Flow_1j5eznh">
|
||||
<di:waypoint x="108" y="180" />
|
||||
<di:waypoint x="278" y="180" />
|
||||
<di:waypoint x="340" y="180" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
|
Loading…
x
Reference in New Issue
Block a user