mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-22 09:52:19 +00:00
7 lines
No EOL
208 B
JavaScript
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"); |