How To Get WF Timeouts To Move Forward?
We are playing around with creating some training workflows and have placed a notification that should timeout after 15 minutes in a test workflow. The first notification goes out successfully but then gets stuck. We eventually get the #STUCK error message after the background engine for stuck processes runs. Here is the basic process:
1) Script runs to find an email addr for a person
2) If NULL, then a notification goes to email admin
3) After 10 minutes, a loop counter is incremented, then we start at #1 again
4) After 3 attempts (loops) it escalates to their manager.
This gets stuck in step #3 and only one notification is successfully sent. Any thoughts as to why this is occurring? It's probably one small setting.... right? I hope!