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