Question
VIRTUSA
IN
Last activity: 27 Nov 2017 22:06 EST
How Should the System Handle the Locking of the Work Object ?
My question is, I hv a Advanced Agent which is running on multiple nodes. Nodes like N1, N2, N3.
Assume that Agent running on Node N1 picked up an work object W-1, If Node N2 Agent is tries to pick up same work object. Then how system should handle the locking of the Work Object ?
As per my knowledge there is no auto locking with Advanced agent.
Thanks in advance!!!
Hi Chiranjeevi,
By picking do you mean obj-open in the agent activity?
If yes, Pega doesn't handle it automatically. You'll have to catch manually catch the stepstatusfail and do the necessary things to set the error and exit properly.
Hope this helps.
--Ravi.