Automatic Notifications when a workflow is deferred or timed out
We are using about 10 workflows (7 Oracle Standard, 3 custom workflows) in Oracle Financials and would like to receive automatic notifications when any of the workflow is deferred or timed out.. Is there a setup to receive automatic notifications/emails when a workflow is deferred/timed out??
The reason for this is, we recently had a database crash. After we recovered from the crash, all the Oracle Delivered Workflows restarted after running Workflow background process with following parameters:
Item Type: null
Min Threshold: null
Max Threshold: null
Deferred: Yes
Timed out: Yes
Stuck: No.
The 3 Custom Workflows didn't start after running workflow background process with above parameters. We realized that after 2 days and had to run Workflow Background process for those three workflows seperately using below parameters:
Item Type: Custom Workflow1/Custom Workflow2/Custom Workflow3
Min Threshold: null
Max Threshold: null
Deferred: Yes
Timed out: Yes
Stuck: No.
Just wondering if there is a way to setup notifications if a workflow is deferred or timed out.
Thanks and Regards.