Process Notifications with Placeholders

yuuvis® RAD designer 10.x »

In the process models for work items in yuuvis® RAD designer, you can specify when the process participants should be notified by e-mail.

As well as standard text entries, placeholders can also be entered in the properties of the 'Subject' and 'Message' fields for e-mail notifications. The server then replaces the placeholders with the corresponding values when sending the notification.

Placeholders are always entered in curly brackets { }. To reference process variables, type {var:<variable name>}. All the variables of a process model can be used as placeholders.

Example: {var:firstname}

Parameters Usage

Examples of values supplied

{projectname} Enter the name of the project folder in which the process model is saved.

"Taskflow"

{modelname} Enter the name of the process model.

"taskflow_v.3.1"

{processname}
{processid}
Enter the name of the process instance.

"taskflow_v.3.1 1221"

{activityname}
{activityid}
Enter the name of the activity.

"Release"

{linktoinbox}

Adds a link to open a task in yuuvis® RAD client.

<a href:"10.10.13.31/client/
inbox?id=
123">Open in Client</a>

The message text of a notification written in HTML format can also be predefined.

<html>
<body>
<p>You have a new task in your inbox.</p>
<p>{linktoinbox}</p>
</body>
</html>