mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 05:38:06 +00:00
User: natalia clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
9dd40b2abc
commit
e4b983af90
@ -541,7 +541,7 @@ del(userStatusKey)</bpmn:script>
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="waku_response">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="message" type="str" value=""Hi, your invoice has been approved. It will be paid in the next pay run."" />
|
||||
<spiffworkflow:parameter id="message" type="str" value=""Hi " + current_user_extras["first_name"] + ", your invoice has been approved. It will be paid in the next pay run. /n /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" type="str" value=""wakuext_sendOneToOneMessage"" />
|
||||
<spiffworkflow:parameter id="recipient" type="str" value=""0x04cf9f835bfb5f5b94b4c6f36378fd14bde09960a4d021928981125d314fa423fa79cde37003b9c6135b52dc20734590dcac5a68b73af74d58060628b2c531faf1"" />
|
||||
</spiffworkflow:parameters>
|
||||
@ -569,7 +569,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 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 /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" 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