What is a Notification Task?
A notification task delivers relevant and timely information to individuals or groups. This notification can take various forms, including emails and/or push notifications.
Configure Send Notification Task
To send a notification the task type has to be changed to “Send Notification”
The following parameters can be configured:
Parameter | Description |
Send Notification via E-Mail | If this Switch is activated an email will sent to the recipient |
From | The Email Sender address like sender@domain.com |
Subject | The Email Subject |
Body | The Email Body / Content |
Send Notification via Push | If this Switch is activated an native push notification will sent to the recipient |
Subject | The Push Subject |
Body | The Push Text |
Using Dynamic Data in Subject and Body
It is possible to mix up static text with dynamic data from workflow variables and autofields
To use a variable add the variable name with brackets
{{MyVariable}}
Example
Your Account {{AccountUserName}} was approved.
The following autofields are also available:
Autofield | Description | Variable Name |
Current Date Time | Current Date and Time
The Date Format is yyyy-MM-ddTHH:mm:ssX Year-Month-DayTHour:Minutes:Second:TimeZone |
{{CurrentDateTime}} |
Current Workflow Outcome | The name of the current outcome that is actually set | {{CurrentWorkflowOutcomeName}} |
Start Time Activity | The Date and Time starting the latest Activity like a user task, The Date Format is yyyy-MM-ddTHH:mm:ssX
Year-Month-DayTHour:Minutes:Second:TimeZone |
{{StartTimeActivity}} |
Started By | User-ID of the User that started the workflow | {{StartedBy}} |
Task URL | The HTTP Link for processing a user tasks in the Workflow Inbox with Launchpad | {{TaskUrl}} |
Workflow Instance ID | Unique ID to identify a specific instance of a running worklfow | {{WorkflowInstanceId}} |
Workflow-Name | Name of the underlying Workflow Model | {{WorkflowName}} |
Workflow-ID | ID of the underlying Workflow Model | {{WorkflowId}} |