Integration Cloud 7.0.0 | Built-In Services | Built-In Services | unlock
 
unlock
Unlocks an entry or a data store.
When an Integration retrieves an entry using the get service, the entry is locked to prevent modification by other users before the Integration completes. The entry remains locked until the lock owner invokes a put service. To unlock a service without using the put service, use the unlock service.
In addition, if an Integration uses the lock service to lock an entry or data store, you must use the unlock or put service to release the lock.
Important:
Be careful when releasing locks with this service. If you release a lock on a data store, another thread can obtain a lock on the data store and delete it, and the entries it contains, even if the original thread still has locks on one or more of the entries.
Input Parameters
storeName
String Name of the data store in which to unlock an entry.
key
String Optional. Key of the entry that you want to unlock. If key is not supplied, the lock will be removed from the data store specified in storeName, but any locks on entries in the data store will remain.
Output Parameters
None.