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
ca7175ae2a
commit
0b862d2dde
|
@ -557,6 +557,9 @@ else:
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0h96w9j</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_053ca95</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_076hmxy">
|
||||
<bpmn:targetRef>DataObjectReference_1g4gzsx</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:scriptTask id="Activity_1b6tead" name="Set Invoice Status to Approved and Awaiting Payment" scriptFormat="python">
|
||||
<bpmn:incoming>Flow_053ca95</bpmn:incoming>
|
||||
|
@ -789,14 +792,15 @@ addNew = False</spiffworkflow:preScript>
|
|||
</bpmn:callActivity>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1ykzuco" name="wr_InvoiceSubmitted" dataObjectRef="wr_InvoiceSubmitted" />
|
||||
<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="resp_xeroCreateInvoice" />
|
||||
<bpmn:dataObject id="wr_invoicePayPend" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0br9o6c" name="wr_invoicePayPend" dataObjectRef="wr_invoicePayPend" />
|
||||
<bpmn:dataObject id="wr_invoiceRejected" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1g4gzsx" name="resp_xeroCreateInvoice" dataObjectRef="resp_xeroCreateInvoice" />
|
||||
<bpmn:dataObject id="wr_InvoiceSubmitted" />
|
||||
</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" />
|
||||
|
@ -1227,6 +1231,12 @@ addNew = False</spiffworkflow:preScript>
|
|||
<di:waypoint x="915" y="522" />
|
||||
<di:waypoint x="985" y="522" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1g4gzsx_di" bpmnElement="DataObjectReference_1g4gzsx">
|
||||
<dc:Bounds x="4122" y="445" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="4097" y="491" 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>
|
||||
|
@ -1294,6 +1304,10 @@ addNew = False</spiffworkflow:preScript>
|
|||
<di:waypoint x="4410" y="560" />
|
||||
<di:waypoint x="4410" y="150" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_076hmxy_di" bpmnElement="DataOutputAssociation_076hmxy">
|
||||
<di:waypoint x="4091" y="560" />
|
||||
<di:waypoint x="4125" y="495" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue