Oracle Workflow Administrator's Guide Release 2.6.3 Part Number B10283-02 |
Previous | Next | Contents | Index | Glossary |
The Notification system uses the Workflow Summary Mail message by default as a template to send a summary of workflow notifications to users and roles that have their notification preference set to 'SUMMARY' in the Oracle Workflow directory service. The Workflow Summary Mail message summarizes all currently open notifications for a given user/role. It has the following message attributes, with values that are drawn from the message definition associated with the open notification activity:
SUMMARY | Summary report. |
USER_NAME | The user/role the notification summary is sent to; the performer. |
SYSDATE | The current date. |
The boilerplate text for the plain text message body is as follows:
Summary of Notifications for '&USER_NAME'
(Please use the Notifications web page to see details or respond.)
------------------------------------------------------------
&SUMMARY
The boilerplate text for the HTML-formatted message body is as follows:
<HTML><HEAD></HEAD><BODY>
<P><FONT size=+1>Summary of Notifications for '&USER_NAME'</FONT>
<BR><i>Please use the Notifications web page to see details or respond.</i>
<HR>
&SUMMARY
</BODY>
</HTML>
See: Modifying Your Message Templates
Previous | Next | Contents | Index | Glossary |