This would be useful in many ways. For automated processes that take time, the selection could be run to see if the process needs to be run at all. For example, if there are no gifts that could trigger an acknowledgement process - don't run that queue. It could also be used to look for and correct data quality issues automatically without running unnecessary changes.
Organization Name (Please enter full organization name) | Dignity Health |
Reported Version | 4.0 |
We deal with this by setting the queue to halt on errors. Then we put a "check if its ok to continue" job after each step in the queue. If conditions are not ok to proceed, then it throws an exception and halts the queue. Not pretty.