vrealize/Orchestrator/Workflows/Generate Unique Hostname/z02_remove_lock.js
2022-06-15 13:25:07 -05:00

7 lines
No EOL
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");