User: alex clicked save for manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn

This commit is contained in:
demo 2022-11-28 12:41:07 +00:00
parent 6cb86cca7a
commit 970af81219

View File

@ -1070,19 +1070,9 @@ invoice["invoiceStatus"] = "Approved and Pending Payment"</spiffworkflow:preScri
</bpmn:startEvent>
<bpmn:callActivity id="Get_Waku_Messages_Message" name="Get Waku Messages: Message" calledElement="Waku_Messages_Message">
<bpmn:extensionElements>
<spiffworkflow:preScript># Set Task Id
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>
<spiffworkflow:preScript></spiffworkflow:preScript>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1j5eznh</bpmn:incoming>
<bpmn:incoming>Flow_1s45y9i</bpmn:incoming>
<bpmn:outgoing>Flow_1w7kqay</bpmn:outgoing>
</bpmn:callActivity>
<bpmn:sequenceFlow id="Flow_1w7kqay" sourceRef="Get_Waku_Messages_Message" targetRef="waku_payment_pending" />
@ -1104,7 +1094,23 @@ 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="Waku_Message_Pending_Payment_End_Event" />
<bpmn:sequenceFlow id="Flow_1j5eznh" sourceRef="Waku_Message_Pending_Payment_Start_Event" targetRef="Get_Waku_Messages_Message" />
<bpmn:sequenceFlow id="Flow_1j5eznh" sourceRef="Waku_Message_Pending_Payment_Start_Event" targetRef="Activity_0dqsc58" />
<bpmn:sequenceFlow id="Flow_1s45y9i" sourceRef="Activity_0dqsc58" targetRef="Get_Waku_Messages_Message" />
<bpmn:scriptTask id="Activity_0dqsc58" name="Temp Pre-Script">
<bpmn:incoming>Flow_1j5eznh</bpmn:incoming>
<bpmn:outgoing>Flow_1s45y9i</bpmn:outgoing>
<bpmn:script># Set Task Id
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"]</bpmn:script>
</bpmn:scriptTask>
</bpmn:subProcess>
<bpmn:boundaryEvent id="Event_09q0ym0" name="5 days" attachedToRef="Activity_06b32ar">
<bpmn:outgoing>Flow_1v8dszb</bpmn:outgoing>
@ -1932,9 +1938,6 @@ timezone = current_user_extras["time_zone"]</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="Waku_Message_Pending_Payment_Start_Event">
<dc:Bounds x="212" 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 />
@ -1946,6 +1949,12 @@ timezone = current_user_extras["time_zone"]</spiffworkflow:preScript>
<dc:Bounds x="530" y="140" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_13cibxi_di" bpmnElement="Waku_Message_Pending_Payment_Start_Event">
<dc:Bounds x="72" y="162" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0pbd33y_di" bpmnElement="Activity_0dqsc58">
<dc:Bounds x="170" y="140" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1w7kqay_di" bpmnElement="Flow_1w7kqay">
<di:waypoint x="440" y="180" />
<di:waypoint x="530" y="180" />
@ -1955,7 +1964,11 @@ timezone = current_user_extras["time_zone"]</spiffworkflow:preScript>
<di:waypoint x="702" y="180" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1j5eznh_di" bpmnElement="Flow_1j5eznh">
<di:waypoint x="248" y="180" />
<di:waypoint x="108" y="180" />
<di:waypoint x="170" y="180" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1s45y9i_di" bpmnElement="Flow_1s45y9i">
<di:waypoint x="270" y="180" />
<di:waypoint x="340" y="180" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>