How to Set Automatic Replies to Unprocessed Messages
The human workflow notification service sends you an automatic reply message when it cannot process an incoming message (due to system error, exception error, user error, and so on). You can modify the text for these messages in the global resource bundle. The code sample below shows the WorkflowLabels.properties
file. For more information, see Global Resource Bundle – WorkflowLabels.properties.
# String to be prefixed to all auto reply messages AUTO_REPLY_PREFIX_MESSAGE=Oracle Human Workflow Service # String to be sufixed to all auto reply mesages AUTO_REPLY_SUFFIX_MESSAGE=This message was automatically generated by Human \ Workflow Mailer. Do not reply to this mail. # Message indicating closed status of a notified task TaskClosed=You earlier received the notification shown below. That notification \ is now closed, and no longer requires your response. You may \ simply delete it along with this message. # Message indicating that notification was "replied" to instead of "responded" by # using the response link. EMailRepliedNotification=The message you sent appeared to be a reply to a \ notification. To respond to a notification, use the \ response link that was included with your notification. # EMailUnSolicited= The message you sent did not appear to be in response to a \ notification. If you are responding to a notification \ Use the response link that was included with your notification. EMailUnknownContent= The message you sent did not appear to be in response to a \ notification. If you are responding to a notification, \ Use the response link that was included with your notification. ResponseNotProcessed=Your response to notification could not be processed. \ Log in to worklist application for more details. ResponseProcessed=Your response to notification was successfully processed.