Skip to content

feat(content): provide a universal break out of workflow option

Rob Hirschfeld requested to merge workflow-escape into v4

based on some community questions - create a way to interrupt workflows using a settable param

this design allows operators to first pause the workflow for a settable amount before it breaks the workflow the goal is to make breaking easy on a per machine basis and provide a fast "panic button" at the global level too.

Since this changes setup.tmpl, the risk is VERY HIGH. REVIEW CAREFULLY

Once this is in, it would make sense to include a UX set workflow/escape = 60 button.

Merge request reports