mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-10-31 19:02:17 +00:00
7 lines
208 B
JavaScript
7 lines
208 B
JavaScript
|
/* JavaScript: remove lock
|
||
|
Removes the lock to re-allow subsequent workflow runs
|
||
|
Inputs: none
|
||
|
Outputs: none
|
||
|
*/
|
||
|
System.debug("Releasing lock...");
|
||
|
LockingSystem.unlock("namingLock","eventBroker");
|