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:21:26 +00:00
parent ad20804f3d
commit 8a435835c3

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;An invoice has been submitted and approved. /n /n Submitted by: &#34; + current_user_extras[&#34;first_name&#34;] + &#34;/n Employee no: ? /n Invoice no: &#34; + invoice.invoiceId + &#34;/n Amount: &#34; + invoice.invoiceCurrency + invoice.invoiceAmount + &#34;/n Date submitted: &#34; + invoice.invoiceDate + &#34;/n Status: &#34; + invoice.invoiceStatus + &#34;/n Process Instance Id: &#34; + process_instance_id + &#34;/n Link to Spiff: ?&#34;" />
<spiffworkflow:parameter id="message" type="str" value="&#34;An invoice has been submitted and approved.\n\nSubmitted by: &#34; + current_user_extras[&#34;first_name&#34;] + &#34;\nEmployee no: ?\nInvoice no: &#34; + str(invoice.invoiceId) + &#34;\nAmount: &#34; + invoice.invoiceCurrency + str(invoice.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>