Never Ending Transition Loop Workflows/openLuup

Have just created a never ending loop in workflows and my browser is no longer able to connect. Is there a way to delete the dodgy transition via winscp?

several options:

set variable EnableWorkflows of ALTUI device to 0 to prevent workflow from running.
or
remove the faulty workflow from the Wflow_Workflows_0 variable of ALTUI device

if you cant access the box, maybe uninstall ALTUI ( or remove a key file like L_ALTUI.lua ) until you get back the control and restore a backup

I have not yet found a good way to protect against these error. you of course need to look at your workflow and eventually use the “edge” mode instead of the pure condition value in your transaction criteria

Thanks for the reply. Is it possible to change the EnableWorkflows variable using putty/winscp?

Found the response on another thread (stop workflow in race condition). Will jump over to that one. Cheers.