User: alex clicked save for waku-messages/message-body/waku-message-body.dmn

This commit is contained in:
demo 2022-10-23 06:16:58 +00:00
parent f02ae0bcc2
commit 269bd3298b

View File

@ -43,7 +43,7 @@
<text>"waku_payment_pending_ismatch"</text> <text>"waku_payment_pending_ismatch"</text>
</inputEntry> </inputEntry>
<outputEntry id="LiteralExpression_1v5nnup"> <outputEntry id="LiteralExpression_1v5nnup">
<text>"Hi " + current_user_extras["first_name"] + ", your invoice has been approved by your Team Lead and Finance. It will be paid in the next pay run."</text> <text>"Hi " + current_user_extras["first_name"] + ", your invoice has been approved by Finance. It will be paid in the next pay run."</text>
</outputEntry> </outputEntry>
</rule> </rule>
<rule id="DecisionRule_1f99vwz"> <rule id="DecisionRule_1f99vwz">
@ -57,7 +57,7 @@
<text>"waku_payment_pending_not_ismatch"</text> <text>"waku_payment_pending_not_ismatch"</text>
</inputEntry> </inputEntry>
<outputEntry id="LiteralExpression_1yus5ql"> <outputEntry id="LiteralExpression_1yus5ql">
<text>"Hi " + current_user_extras["first_name"] + ", your invoice has been approved by Finance. It will be paid in the next pay run."</text> <text>"Hi " + current_user_extras["first_name"] + ", your invoice has been approved by your Team Lead and Finance. It will be paid in the next pay run."</text>
</outputEntry> </outputEntry>
</rule> </rule>
</decisionTable> </decisionTable>