You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!