User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn

This commit is contained in:
demo 2022-10-21 04:30:38 +00:00
parent 6d41bd6d90
commit 399f53acd7
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ del(userStatusKey)</bpmn:script>
<bpmn:extensionElements>
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="waku_response">
<spiffworkflow:parameters>
<spiffworkflow:parameter id="message" type="str" value="&#34;Thanks for submitting your invoice &#34; + current_user_extras[&#34;first_name&#34;] + &#34;. We will keep you updated on the next steps. /n /n Invoice no: &#34; + str(invoice.invoiceId) + &#34;/n &#34;Amount: &#34; + invoice.invoiceCurrency + str(invoice.invoiceAmount)" />
<spiffworkflow:parameter id="message" type="str" value="&#34;Hi &#34; + current_user_extras[&#34;first_name&#34;] + &#34;, your invoice has been approved. It will be paid in the next pay run.\n\nInvoice no: &#34; + str(invoiceId) + &#34;\nAmount: &#34; + invoiceCurrency + str(invoiceAmount)" />
<spiffworkflow:parameter id="message_type" type="str" value="&#34;wakuext_sendOneToOneMessage&#34;" />
<spiffworkflow:parameter id="recipient" type="str" value="current_user_extras[&#34;status_key&#34;]" />
</spiffworkflow:parameters>