cancel
Showing results for 
Search instead for 
Did you mean: 

Error processing work queues

EstebanCarrasco
Level 4
Is it possible that 2 resources can take 2 elements of a work queue at the same time? It happened to me today. I do not want 2 resources to take an element at the same time, it is a very critical error. Any idea what may have happened?    
1 REPLY 1

Denis__Dennehy
Level 15
It is perfectly possible for two resources to take 2 dfferent work queue items at the same time - work queues allow concurrency.   If you want to prevent that you should use environment locks in some way.  It is impossible for two resources to both lock the same work queue item - if you see that I would suggest reporting it to the support team. Ensure you are using our Process Template as the basis for all your processes (it should be mandatory in your organisation to do this), and look at the Lifecycle Orientation training solution as an example of a best practice solution.  If you do that you will end up with a best of class solution that has best practice work queue handling and exception handling.