The following variables are available to designers of this type of email template:
| Variable | Description |
|---|---|
| The email object gives the designer access to the setSubject method, which takes a string that can include other variables. | |
| userName | The recipient of the email, usually a stakeholder in the current workflow. |
| workItemName | The name of the workItem. |
| projectName | The name of the program associated with this notification. |
| projectDescription | The description of the program associated with this notification. |
| appurl | The URL of the RiskVision application. |
| $jobName | The name of the scheduled job about which the status will be sent to the stakeholder. |
| $jobStartTime | The date and time that a scheduled job has begun the execution. |
| $jobEndTime | The date and time that a scheduled job has finished the execution. |
| $jobDuration | The amount of time between the start time and end time of a scheduled job. |
| $jobNextExecutionTime | The date and time that a scheduled job will run again in the future. |
| $jobErrorDescription | The description of the error that resulted in the failure of a scheduled job. |
