User: alex clicked save for misc/waku-messages/message/waku-message-variables.dmn
This commit is contained in:
parent
5f3d297f13
commit
5f99ae4f73
|
@ -54,7 +54,7 @@
|
||||||
<text>False</text>
|
<text>False</text>
|
||||||
</inputEntry>
|
</inputEntry>
|
||||||
<outputEntry id="LiteralExpression_0ng8lzx">
|
<outputEntry id="LiteralExpression_0ng8lzx">
|
||||||
<text>"\nInvoice no: " + str(invoice.invoiceId) + "\nAmount: " + invoice.invoiceAmount_str + "\nDate submitted: " + invoice.invoiceDate + "\nStatus: " + invoice.invoiceStatus + "\nProject Lead Comments: " + invoice["commentProjectLead"]</text>
|
<text>"\nInvoice no: " + str(invoice["invoiceId"]) + "\nAmount: " + invoice.["nvoiceAmount_str'] + "\nDate submitted: " + invoice["invoiceDate"] + "\nStatus: " + invoice["invoiceStatus"] + "\nProject Lead Comments: " + invoice["commentProjectLead"]</text>
|
||||||
</outputEntry>
|
</outputEntry>
|
||||||
</rule>
|
</rule>
|
||||||
<rule id="DecisionRule_0ox5iuo">
|
<rule id="DecisionRule_0ox5iuo">
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
<text>True</text>
|
<text>True</text>
|
||||||
</inputEntry>
|
</inputEntry>
|
||||||
<outputEntry id="LiteralExpression_1f972mh">
|
<outputEntry id="LiteralExpression_1f972mh">
|
||||||
<text>"\nInvoice no: " + str(invoice.invoiceId) + "\nAmount: " + invoice.invoiceAmount_str + "\nDate submitted: " + invoice.invoiceDate + "\nStatus: " + invoice.invoiceStatus + "\nProject Lead Comments: " + invoice["commentProjectLead"] + "\nFinance Comments: " + invoice["commentFinance"]</text>
|
<text>"\nInvoice no: " + str(invoice["invoiceId"]) + "\nAmount: " + invoice["invoiceAmount_str "]+ "\nDate submitted: " + invoice["invoiceDate"] + "\nStatus: " + invoice["invoiceStatus"] + "\nProject Lead Comments: " + invoice["commentProjectLead"] + "\nFinance Comments: " + invoice["commentFinance"]</text>
|
||||||
</outputEntry>
|
</outputEntry>
|
||||||
</rule>
|
</rule>
|
||||||
<rule id="DecisionRule_05cl9wi">
|
<rule id="DecisionRule_05cl9wi">
|
||||||
|
|
Loading…
Reference in New Issue