mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +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
b4e7771366
commit
88feb6bfc2
@ -337,12 +337,13 @@ Please fix.
|
||||
<spiffworkflow:serviceTaskOperator id="xero/CreateInvoice">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="access_token" type="any" value=""secret:xero/OAuth"" />
|
||||
<spiffworkflow:parameter id="amount" type="str" value="invoice_amount" />
|
||||
<spiffworkflow:parameter id="amount" type="str" value="invoice_amount_str" />
|
||||
<spiffworkflow:parameter id="contact_email" type="str" value=""alex@sartography.com"" />
|
||||
<spiffworkflow:parameter id="contact_name" type="str" value="userFirstName" />
|
||||
<spiffworkflow:parameter id="description" type="str" value=""Test for now"" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
<spiffworkflow:preScript>invoice_amount_str = str(invoice_amount)</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_18xvx8w</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_04ccp12</bpmn:incoming>
|
||||
@ -601,9 +602,6 @@ temp_test = invoice["invoiceStatus"]
|
||||
<dc:Bounds x="1340" y="557" width="60" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1usbnt0_di" bpmnElement="Event_1usbnt0">
|
||||
<dc:Bounds x="3582" y="682" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0z13hw3_di" bpmnElement="SubProcess_Data_validation_rules">
|
||||
<dc:Bounds x="1170" y="482" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
@ -728,6 +726,9 @@ temp_test = invoice["invoiceStatus"]
|
||||
<bpmndi:BPMNShape id="Event_0jbkk44_di" bpmnElement="Event_0jbkk44">
|
||||
<dc:Bounds x="2792" y="394" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1usbnt0_di" bpmnElement="Event_1usbnt0">
|
||||
<dc:Bounds x="3582" y="682" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1n1umf8_di" bpmnElement="Event_09q0ym0">
|
||||
<dc:Bounds x="3012" y="882" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
|
Loading…
x
Reference in New Issue
Block a user