This documentation supports the 22.1 version of BMC Helix Innovation Studio, which is available only to BMC Helix customers (SaaS).

To view an earlier version, select the version from the Product version menu.

Configuring processes to send notifications to users

As an application business analyst, you can send alerts or email notifications to users at any stage of a process or rule to notify them about certain events, for example, approval of a leave request. To send a notification from a process, in the Process designer, you can use the User Message elements. These elements enable you to send different types of notifications based on your requirements.

For example, when an employee's leave request is approved, an email notification is sent to the employee. Whereas, when a new task is assigned to an employee, an alert notification is sent to the employee that is displayed on the bell icon in the UI.

The following table describes the different User Message elements available in the Process designer:

User Message elementSymbolDescription

Show Alert

Displays alerts based on specific conditions. The alert can be of the following types:

  • Information
  • Warning
  • Error

Important: Show Alert does not display alert messages if it is triggered by a rule with an After event.

Send Message

Sends a message to one or more users.

For example, if a task is assigned to a user for approval, you can use the Send Message element to notify the user about the pending task. The message appears in the notification bell for the user as well as in an email.

Send Message by Template

Sends a message by using a defined template to one or more users.

For example, if a task is assigned to two users for approval, you can use the Send Message by Template element to notify both users about the pending tasks by using a common predefined template. The message appears in the notification bell for the users as well as in an email.

Send Email Message 

Sends an email to one or more users.

For example, if a task is assigned to two users for approval, you can use the Send Email Message element to notify both users about the pending tasks by using an email message. 

Important

Application business analysts can customize the objects developed in their own applications and that are marked customizable by the administrator, but cannot customize the objects developed in com.bmc.arsys in Best Practice Customization mode. For example, objects in core BMC applications like Foundation, Approval, and Assignment cannot be customized in Best Practice Customization mode.

Before you begin

Before you create a process to send a notification, ensure that you perform the following tasks:

  • To use the Send Message element, ensure that BMC SaaS Operations has configured the outgoing mailbox. For more information, see Configuring email profiles and templates.
  • To use the Send Message by Template element, ensure that the administrator has configured the text template. For more information, see To configure templates.

To send a user message

  1. Log in to BMC Helix Innovation Studio and navigate to the Workspace tab.
  2. Select the required application.
  3. In the application, click the Processes tab, and perform any of the following steps:
    • If you want to send a user message from an existing process, open the required process.
    • If you want to send a user message from a new process, click New.
  4. Specify the general details of the process, for example, process name, process variables, permissions, and so on.
    For more information about how to specify the general details of a process, see Defining processes to accomplish business goals
  5. From the palette, drag the appropriate User Message element (Show AlertSend message, or Send Message by Template) to the canvas and place it at that point of the process flow where you want to send a notification.
  6. In the Properties pane, in the INPUT MAP section, fill out the properties as described in the following table:

    User Message Service TaskProperties
    Show Alert
    • Alert Text—Click the Click to build an expression link and enter the alert message or provide the expression for the alert message that should be displayed.
      Important: Show Alert does not display alert messages if it is triggered by a rule with an After event.

    Send Message
    • Subject—Click the Click to build an expression link and enter the subject for the user message or provide the expression for the subject of the user message.
    • BodyClick the Click to build an expression link and enter the contents of the message or provide the expression for the contents.

      You can provide a link to the source of a notification. The link navigates to any view definition that is created in BMC Helix Innovation Studio.
      To provide the link, enter an expression by using the following syntax:
      OPENVIEW ("Link text", "Application ID", "View definition name", "View parameters")

      Consider the following example that opens a ticket created in the Task manager application:
      "Ticket Updated: " + OPENVIEW("${DISPLAY ID}", "com.example.taskmanager", "com.example.taskmanager-lib:Edit Ticket", "${TICKET ID}")
      Notes:
      • You can also provide multiple view parameters separated by comma according to the sequence of the view definition parameters.
      • During run time, the parameters DISPLAY ID and TICKET ID display the actual values of the current context.
    • RecipientsClick the Click to build an expression link and enter the login name or valid email address of the users. For multiple recipients, add comma-separated login names or valid email address. 
    • (Optional) Outgoing Profile Source—Select the option on how you want to add the Outgoing Email Profile.
      • Profile Selection—Enables you to select the existing outgoing email profiles from the Outgoing Email Profile list.
      • Build Expression—Enables you to provide the expression to select the correct outgoing email profile.
    • (Optional) Outgoing Email Profile—Select the outgoing profile that is configured by the administrator.
      If the list fails to display the outgoing profile, see Troubleshooting incoming and outgoing email issues.
      Note: If you do not specify an outgoing email profile, the default outgoing mailbox is selected to send the message.
    • (Optional) Attachment List—Click the Click to build an expression link and add the required list type of variable.

    Send Message by Template
    • Subject—Click the Click to build an expression link and enter the subject for the user message or provide the expression for the subject of the user message.
    • Recipients—Click the Click to build an expression link and enter the login name or valid email address of the users. For multiple recipients, add comma-separated login names or valid email address.
    • Template Name—The template name must be exactly the same name that is used by the administrator when configuring templates
    • (Optional) Body—If this parameter is configured, the text is prepended to the template contents. 
      You can provide a link to the source of a notification. The link navigates to any view definition that is created in BMC Helix Innovation Studio.
      To provide the link, enter an expression by using the following syntax:
      OPENVIEW("Link text", "Application ID", "View definition name", "View parameters")

      Consider the following example that opens a ticket created in the Task manager application:
      "Ticket Updated: " + GENERATEOPENVIEWWEBURL("${DISPLAY ID}", "com.example.taskmanager", "com.example.taskmanager-lib:Edit Ticket", "${TICKET ID}")
      Important:
      • You can also provide multiple view parameters separated by comma according to the sequence of the view definition parameters.
      • During run time, the parameters DISPLAY ID and TICKET ID display the actual values of the current context.
    • (Optional) Record Definition NameClick the Click to build an expression link and enter the fully qualified record definition name from which you want to populate the template contents.
    • (Optional) Record Instance IdClick the Click to build an expression link and enter the record instance ID from which you want to populate the variable values in the template.
    • (Optional) Outgoing Profile Source—Select the option on how you want to add the Outgoing Email Profile.
      • Profile Selection—Enables you to select the existing outgoing email profiles from the Outgoing Email Profile list.
      • Build Expression—Enables you to provide the expression to select the correct outgoing email profile.
    • (Optional) Outgoing Email Profile—Select the outgoing profile that is configured by the administrator.
      If the list fails to display the outgoing profile, see Troubleshooting incoming and outgoing email issues.

      Important: If you do not specify an outgoing email profile, the default outgoing mailbox is selected to send the message.
      The following image displays the properties configured to send email notification by using Task Template and Task Management profile:

    • (Optional) Attachment List—Click the Click to build an expression link and add the required list type of variable.

    Send Email Message
    • Subject—Click the Click to build an expression link and enter the subject for the user message or provide the expression for the subject of the user message.
    • BodyClick the Click to build an expression link and enter the contents of the message or provide the expression for the contents.

      You can provide a link to the source of a notification. The link navigates to any view definition that is created in BMC Helix Innovation Studio.
      To provide the link, enter an expression by using the following syntax:
      OPENVIEW ("Link text", "Application ID", "View definition name", "View parameters")
      Consider the following example that opens a ticket created in the Task manager application:
      "Ticket Updated: " + OPENVIEW("${DISPLAY ID}", "com.example.taskmanager", "com.example.taskmanager-lib:Edit Ticket", "${TICKET ID}")
      Notes:
      • You can also provide multiple view parameters separated by comma according to the sequence of the view definition parameters.
      • During run time, the parameters DISPLAY ID and TICKET ID display the actual values of the current context.
    • RecipientsClick the Click to build an expression link and enter the login name or valid email address of the users. For multiple recipients, add comma-separated login names or valid email address. 
    • Cc Recipients—Click the Click to build an expression link and enter the login name or valid email address of the users. For multiple recipients, add comma-separated login names or valid email address. 
    • Bcc Recipients—Click the Click to build an expression link and enter the login name or valid email address of the recipients in the Bcc field do not appear to other recipients of the message. 
    • (Optional) Attachment List—Click the Click to build an expression link and add the required list type of variable.
    • (Optional) Outgoing Profile Source—Select the option on how you want to add the Outgoing Email Profile.
      • Profile Selection—Enables you to select the existing outgoing email profiles from the Outgoing Email Profile list.
      • Build Expression—Enables you to provide the expression to select the correct outgoing email profile.
    • (Optional) Outgoing Email Profile—Select the outgoing profile that is configured by the administrator.
      If the list fails to display the outgoing profile, see Troubleshooting incoming and outgoing email issues.
      Important: If you do not specify an outgoing email profile, the default outgoing mailbox is selected to send the message.
  7. If you want a process activity to run in loop, fill out the Multi Instance loop section. 
    For more information about the common Service Task properties like Run as and Multi instance loop, see Service Task properties.

  8. Click Save.

Tip

If you have used the Error Boundary event earlier in the process, you can send details of a business error or Java exception by using the User Message Service task.

Troubleshooting

The following table provides the troubleshooting steps for the issues that might occur when you send notifications to users:

Issue

Steps to troubleshoot

Notifications are not sent to the recipient.

  • Check the recipient's notification mechanism that is set in the person profile.

  • Ensure that the Notification-Web-Path setting in Centralized Configuration Settings is configured correctly.

    For more information about Notification-Web-Path, see Updating Centralized Configuration settings.

While adding a link to the notification source in a process, you receive the following error:

ERROR (230): The specified function code is invalid.

Ensure that you have entered the syntax of the OPENVIEW function correctly.

While adding a link to the notification source in a process, you receive the following error:

ERROR (2299): You have entered too many parameters in a function assignment.

Ensure that you have entered the right number of parameters as given in the syntax of the OPENVIEW function.
Important: You can enter maximum of 4 parameters.

Related topic

Defining the application business logic through processes

Was this page helpful? Yes No Submitting... Thank you

Comments