mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-21 17:32:18 +00:00
7 lines
200 B
JavaScript
7 lines
200 B
JavaScript
/* JavaScript: removeAllLocks action
|
|
Removes all vRO locks for resolving stuck workflows
|
|
Inputs: None
|
|
Return Type: string
|
|
*/
|
|
System.debug("Removing locks...");
|
|
LockingSystem.unlockAll();
|