mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-22 01:42:19 +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");
|