mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-23 10:12:18 +00:00
Create removeAllLocks.js
This commit is contained in:
parent
c071bd5cce
commit
a2988155c5
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
/* JavaScript: removeAllLocks action
|
||||
Removes all vRO locks for resolving stuck workflows
|
||||
Inputs: None
|
||||
Return Type: string
|
||||
*/
|
||||
System.debug("Removing locks...");
|
||||
LockingSystem.unlockAll();
|
Loading…
Reference in a new issue