diff --git a/Orchestrator/Actions/com.virtuallypotato.utility/removeAllLocks.js b/Orchestrator/Actions/com.virtuallypotato.utility/removeAllLocks.js new file mode 100644 index 0000000..1241828 --- /dev/null +++ b/Orchestrator/Actions/com.virtuallypotato.utility/removeAllLocks.js @@ -0,0 +1,7 @@ +/* JavaScript: removeAllLocks action + Removes all vRO locks for resolving stuck workflows + Inputs: None + Return Type: string +*/ +System.debug("Removing locks..."); +LockingSystem.unlockAll();