Clear WF_DEFERRED Queue
Hi All,
There are a lot of notifications which are not getting off the queue from WF_DEFERRED itself and we’d like to check the best option to clear the queue in WF_DEFERRED
The regular flow is
--PROCESSED in WF_DEFERRED - The message is enqueued to WF_NOTIFICATION_OUT
--PROCESSED in WF_NOTIFICATION_OUT - The message is sent as e-mail
--READY in WF_DEFERRED - Check if Deferred Agent Listener is running
--READY in WF_NOTIFICATION_OUT - Check if Notification Mailer is running
But –the data is not getting off the queue due to which the users (approvers) are getting “Blank” notifications.