How do I act on the exit code of a previous flow step?
I cannot see any support for exit codes whatsoever, which seems like a huge omission, unless I'm missing something. Moreover, if I write a simple inline Bash step that just contains
exit 1, the flow proceeds to the next step, reporting success. This is not at all what I expect.