mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +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
4f0e37bdb6
commit
25522dda10
@ -278,7 +278,7 @@ Please fix.
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="wr">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="message" type="str" value=""Thanks for submitting your invoice " + current_user_extras["first_name"] + ". We will keep you updated on the next steps.\nInvoice no: " + invoice.invoiceId + "\nAmount: " + invoice.invoiceCurrency + str(invoice.invoiceAmount) + "\nDate submitted: " + invoice.invoiceDate + "\nStatus: " + invoice.invoiceStatus + "\nProcess Instance Id: " + str(process_instance_id) + "\nLink to Spiff: https://demo.spiffworkflow.org/"" />
|
||||
<spiffworkflow:parameter id="message" type="str" value=""Thanks for submitting your invoice " + current_user_extras["first_name"] + ". We will keep you updated on the next steps.\nInvoice no: " + invoice.invoiceId + "\nAmount: " + invoice.invoiceCurrency + f'{str(invoice.invoiceAmount):.2f}' + "\nDate submitted: " + invoice.invoiceDate + "\nStatus: " + invoice.invoiceStatus + "\nProcess Instance Id: " + str(process_instance_id) + "\nLink to Spiff: https://demo.spiffworkflow.org/"" />
|
||||
<spiffworkflow:parameter id="message_type" type="str" value=""wakuext_sendOneToOneMessage"" />
|
||||
<spiffworkflow:parameter id="recipient" type="str" value="current_user_extras["status_key"]" />
|
||||
</spiffworkflow:parameters>
|
||||
|
Loading…
x
Reference in New Issue
Block a user