st2flow
st2flow copied to clipboard
Orquesta transitions have easily selectable defaults, along with custom options
User has to know to type in <% succeeded() %> or <% failed() %>.
Would be better if user could easily select from those common patterns, and then extend with custom details if needed.
Maybe something like the color picker? A text field with drop-down options?
Yeah, that sounds good. Note it sort of ties into this comment
People are doing things like when: <% succeeded %> (rather than succeeded()). So anything we can do to help simplify the common success/failure patterns is good.