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
ec1e5afea1
commit
03aaf7b15d
|
@ -887,13 +887,16 @@ len_project_lead_comments = len(invoice["commentsProjectLead"].strip())
|
|||
len_finance_comments = len(invoice["commentsFinance"].strip())
|
||||
|
||||
# Set Task Id
|
||||
task_id = "waku_payment_pending"
|
||||
if isMatch:
|
||||
task_id = "waku_payment_pending_ismatch"
|
||||
else:
|
||||
task_id = "waku_payment_pending_not_ismatch"
|
||||
|
||||
# Set Message in Call Activity
|
||||
isSetMessage = True
|
||||
|
||||
# Set Time Zone
|
||||
timezone = current_user_extras["time_zone"]</spiffworkflow:preScript>
|
||||
timezone = current_user_extras["time_zone"]s</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1j5eznh</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1w7kqay</bpmn:outgoing>
|
||||
|
@ -1878,20 +1881,20 @@ isCurTest = False</spiffworkflow:preScript>
|
|||
</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="132" 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 />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0md80al" bpmnElement="Event_0ialhor">
|
||||
<dc:Bounds x="132" y="202" width="36" height="36" />
|
||||
<bpmndi:BPMNShape id="BPMNShape_06ie9hh" bpmnElement="Event_0ihhn4w">
|
||||
<dc:Bounds x="602" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1lk7fz8" bpmnElement="waku_invoice_rejected">
|
||||
<dc:Bounds x="430" y="180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_06ie9hh" bpmnElement="Event_0ihhn4w">
|
||||
<dc:Bounds x="602" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_04mzj46" bpmnElement="Flow_14x1v12">
|
||||
<di:waypoint x="168" y="220" />
|
||||
<di:waypoint x="250" y="220" />
|
||||
|
|
Loading…
Reference in New Issue