Hi,
Use Case: Repository has a shared configuration folder , which is being used by the several audiences thus sometimes seems locked as users forget to close the screen when updating.
I have applied a check in the SDK script of workflow to unlock the folder when before updating but it fails to unlock errors stating the folder is lock on the update field activity.
WorkflowApi.TrackInformation("Check if the Entry" + myEntry.Id + " is locked "+ myEntry.IsLocked);
myEntry.IsLocked : False
Although through LF Admin console , release lock is possible.
Please suggest , we have unlock() method on the entry in SDK(myEntry.Unlock()) thus assume unlocking possible , is my understanding correct . If not please let me know the alternate way through SDK.