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
1004de2cc7
commit
36eda51b31
|
@ -584,6 +584,11 @@ approvalComment = ""</bpmn:script>
|
|||
<bpmn:subProcess id="Waku_Message_Pending_Payment" name="Waku Message: Pending Payment">
|
||||
<bpmn:incoming>Flow_00tndkb</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1jfb24q</bpmn:outgoing>
|
||||
<bpmn:property id="Property_0jq6xk9" name="__targetRef_placeholder" />
|
||||
<bpmn:dataInputAssociation id="DataInputAssociation_0o0new3">
|
||||
<bpmn:sourceRef>DataObjectReference_0br9o6c</bpmn:sourceRef>
|
||||
<bpmn:targetRef>Property_0jq6xk9</bpmn:targetRef>
|
||||
</bpmn:dataInputAssociation>
|
||||
<bpmn:startEvent id="Event_13cibxi">
|
||||
<bpmn:outgoing>Flow_1j5eznh</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
|
@ -785,12 +790,15 @@ addNew = False</spiffworkflow:preScript>
|
|||
<bpmn:outgoing>Flow_00p30u2</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1ykzuco" name="wr_InvoiceSubmitted" dataObjectRef="wr_InvoiceSubmitted" />
|
||||
<bpmn:dataObject id="wr_invoiceRejected" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1wclgyx" name="wr_invoiceRejected" dataObjectRef="wr_invoiceRejected" />
|
||||
<bpmn:dataObject id="wr_InvoiceSubmitted" />
|
||||
<bpmn:dataObject id="wr_notifyFinance" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0x2dn5o" name="wr_notifyFinance" dataObjectRef="wr_notifyFinance" />
|
||||
<bpmn:dataObject id="enumerations_list" />
|
||||
<bpmn:dataObject id="DataObject_1e9e1r3" />
|
||||
<bpmn:dataObject id="wr_invoicePayPend" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0br9o6c" name="wr_invoicePayPend" dataObjectRef="wr_invoicePayPend" />
|
||||
<bpmn:dataObject id="wr_invoiceRejected" />
|
||||
</bpmn:process>
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_c" isExecutable="false" />
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_d" isExecutable="false" />
|
||||
|
@ -1215,6 +1223,12 @@ addNew = False</spiffworkflow:preScript>
|
|||
<di:waypoint x="915" y="522" />
|
||||
<di:waypoint x="985" y="522" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_0br9o6c_di" bpmnElement="DataObjectReference_0br9o6c">
|
||||
<dc:Bounds x="4312" y="705" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="4288" y="751" width="85" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Participant_0a8arrz_di" bpmnElement="Participant_0a8arrz" isHorizontal="true">
|
||||
<dc:Bounds x="1480" y="1180" width="370" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -1278,6 +1292,10 @@ addNew = False</spiffworkflow:preScript>
|
|||
<di:waypoint x="4410" y="560" />
|
||||
<di:waypoint x="4410" y="150" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_0o0new3_di" bpmnElement="DataInputAssociation_0o0new3">
|
||||
<di:waypoint x="4348" y="705" />
|
||||
<di:waypoint x="4395" y="640" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue