mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-22 01:42:19 +00:00
8 lines
200 B
JavaScript
8 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();
|