Notification workflow activity
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Workflow
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The Notification activity sends an email or SMS message to specified users or groups.
Input variables
Field | Description |
---|---|
Addressees | |
To | The users who will be recipients of the email. |
To (groups) | The members of the groups that will be recipients of the email. |
Advanced | If selected, the script in the To (script) field is called to specify additional recipients of the email. |
To (script) | If Advanced is selected, this script is called and should set the variable answer to a comma-separated list of user or group sys_ids that you want to add as recipients of the email. |
Message | |
Subject | The subject line of the email. |
Message | The email body that is sent. To include the value of a field in the message body, place the cursor at the point in the text where you want the field's value inserted. Then click the + icon next to Fields and select the field you want. |
States
The activity state tells the workflow engine what to do with the activity.
Field | Description |
---|---|
Executing | The workflow engine knows to start the run function of the
activity. |
Finished | The activity finished running. See the result value for the outcome of the activity. |
Cancelled | This activity, or the workflow that contains this activity, was canceled. |