Hi,
While a workflow is in progress, I would like a proactive “nag” reminder-email to be sent out every night to people who have workitems sitting in their inboxes. How can I acieve this?
Please share your knowledge and experience.
Thanks.
ta
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Create server method that calls java mail class and queries for queue items whose start date is greater than yesterday. You can then configure job to call this server method.
There's also the out-of box option where you can add a timer with a notification action to your manual activity where you'
d specify the timout upon which the notification (you can chose the template) will be set to the perormer(s) of the task if it has not been completed.
Just be sure you have the dm_WfmsTimer job enabled