StackStorm / st2flow

DEPRECATED & OBSOLETE! Previously StackStorm Enterprise (EWC) Workflow Editor. Now integrated directly into StackStorm OSS Core platform (st2web).
https://github.com/StackStorm/st2web/
Apache License 2.0
16 stars 6 forks source link

Orquesta transitions have easily selectable defaults, along with custom options #324

Open LindsayHill opened 5 years ago

LindsayHill commented 5 years ago

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.

bigmstone commented 5 years ago

Maybe something like the color picker? A text field with drop-down options?

LindsayHill commented 5 years ago

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.