vrealize/Orchestrator/Workflows/Generate Unique Hostname/Tasks/01_create_lock.js

7 lines
236 B
JavaScript

/* JavaScript: create lock
Creates a vRO lock to avoid conflicts from multiple concurrent workflow runs.
Inputs: none
Outputs: none
*/
System.debug("Creating lock...");
LockingSystem.lockAndWait("namingLock","eventBroker");