You're viewing help content for version:
- 6.4
- 6.3
- Older Versions
You can use the Assign Task step to create and assign tasks to a user or group. When a task is assigned to a user or group, an email notification is sent to the defined user or to each member of the defined group. A typical email notification contains link of the assigned task and information related to the task. The following image displays a sample email notification:
You can customize the appearance and use custom metadata in an email notification. AEM Forms provide an out of the box template for email notifications. You can customize the out of the box template or create a new template from scratch.
Email notification templates are based on HTML email. These emails adapt to different email clients and screen sizes. Moreover, the styling of the email is defined within the template.
The following image displays a customized email notification:

Out of the box, AEM Forms provides a template for email notifications. The template provides title description, due date, priority, workflow name, and link of the assigned task. You can customize the template to change the appearance. Perform the following steps to customize the template:
-
Replace the content of htmlEmailTemplate.txt file with custom content.
An email notification template is an HTML email. You can replace the existing html code with your custom code to change the appearance of the template.
Out of the box, AEM Forms provides a template for email notifications. The template provides title description, due date, priority, workflow name, and link of the assigned task. You can also add a custom email template (your own template) for Assign task steps. Perform the following steps to add a custom email template:
-
Add custom HTML code to the file.
An email notification template is an HTML email. You can add custom HTML code to the file to create a new template.
Out of the box, Assign task step is configured to use the default template, htmlEmailTemplate.txt. You can choose to use a custom template. To change the template:
An email notification also uses metadata. For example, due date, priority, workflow name, and more. You can also configure the template to use custom metadata.