Hi,
When calling an action with a set of keys I would like to determine whether a failed key is a failed key because of a lock (so that it makes sense to call the action with that key once more after a couple of minutes). In order to achieve this I analyze EO_MESSAGE.
Unfortunately, the lock message always refers to the node that is actually locked (of course...), but there is no link to one of the keys for which the action is called.
If I don't know the internals of the action, there's no chance to find out which of the failed keys is a failed key because of a lock. And even if I do, it's sometimes very complicated to trace it.
Is there any option that might help here?
Regards, Thomas