I get Entry locked 9014 error in my workflow when I use "Move" activity. What does this mean please and why is it happening. Is there a way to check if entry is locked before Move?
Thanks
Priya
I get Entry locked 9014 error in my workflow when I use "Move" activity. What does this mean please and why is it happening. Is there a way to check if entry is locked before Move?
Thanks
Priya
Hi Priya,
Entry locked means that if it is a file, it is already open in edit mode somewhere which locks it, and if it is a folder then probably it being assigned a template etc.
In LF Administration you can see all the entries that are locked and who locked them.
If it is making your workflow to terminate, you could either use try-catch to retry or use Task error Handlers in workflow administration to have workflow retry in 5 minutes. Something like this.
You could also use SDK to check something like this.