cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR: Internal : A token must be provided to release a lock

swastikadesai
Level 2
Hi,   we are using locks in our bots. We are gettting "ERROR: Internal : A token must be provided to release a lock". Kindly share if you have any idea why we are getting this error.
1 REPLY 1

Denis__Dennehy
Level 15
When you get your lock a Token guid will have been returned as an output parameter.  You need to use that when you do your unlock.  Even better, if you only want one session to get a lock, provide your own token name both on the aquire lock and release lock actions.