Is lambda function supported in mustache template?
Summary:
Under human task activity → Notification Email → Custom Email Template , is there a way to invoke lambda function from mustache template? The documentation directs to where below example is quoted:
Template:
{{#wrapped}}{{name}} is awesome.{{/wrapped}}
Hash:
{ "name": "Willy", "wrapped": function(text) { return "<b>" + text + "</b>" }}
Output:
<b>Willy is awesome.</b>
How to write the function inside data association of the notification so that the tag can be referenced?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0