mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 12:48:21 +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
8cc9e5e14c
commit
5c99a846eb
@ -930,12 +930,12 @@ if not(svc_is_due_date_after):
|
||||
<bpmn:incoming>Flow_00p30u2</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1y5a863</bpmn:outgoing>
|
||||
<bpmn:script>invoice = {}
|
||||
invoice["ContributorName"] = "Harmeet Singh"
|
||||
invoice["ContributorId"] = 12
|
||||
invoice["InvoiceId"] = 1234
|
||||
invoice["contributorName"] = "Harmeet Singh"
|
||||
invoice["contributorId"] = 12
|
||||
invoice["invoiceId"] = 1234
|
||||
invoice["invoiceAmount"] = 10000
|
||||
invoice["invoiceCurrency"] = "AUD"
|
||||
invoice["dueDate"] = "12/12/2022"</bpmn:script>
|
||||
invoice["iinvoiceCurrency"] = "AUD"
|
||||
invoice["dueDate"] = "2022-12-12"</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
</bpmn:process>
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_c" isExecutable="false" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user