mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +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
580cce9f03
commit
8b7ad9e8e1
@ -381,7 +381,7 @@ Please fix.
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="waku_response">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="message" type="str" value=""Hi " + current_user_extras["first_name"] + ", your invoice has been rejected. The reason specified for the rejection is: [comment]. Please get in touch with your Project Lead to discuss this further. /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=""Hi " + current_user_extras["first_name"] + ", your invoice has been rejected. The reason specified for the rejection is: [comment]. Please get in touch with your Project Lead to discuss this further.\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" type="str" value=""wakuext_sendOneToOneMessage"" />
|
||||
<spiffworkflow:parameter id="recipient" type="str" value="team_lead_info["status_key"]" />
|
||||
</spiffworkflow:parameters>
|
||||
@ -505,7 +505,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 " + current_user_extras["first_name"] + ", your invoice has been rejected. The reason specified for the rejection is: [comment]. Please get in touch with your Project Lead to discuss this further. /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=""Hi " + current_user_extras["first_name"] + ", your invoice has been rejected. The reason specified for the rejection is: [comment]. Please get in touch with your Project Lead to discuss this further.\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" 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