vrealize/Orchestrator/Workflows/Generate Unique Hostname/Tasks/09_remove_lock.js

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");