SomethingNeedDoing
SomethingNeedDoing copied to clipboard
Retries don't work with lua scripts
Setting 'Action max timeout retries' doesn't retry commands when running a lua script.
I think its because the call to step = macro.GetCurrentStep();
in ProcessMacro
moves the lua script to the next step.
Saving and executing the failed step should fix the issue.