You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On current master (d6c9ddf), doing a WorkFlow show command of a random workflow name will "succeed" and show some output, even though that workflow does not exist.
E.g.:
Setup local examples:
$ examples/local/
$ sh -x 101_initial_cluster.sh
.
.
List a workflow that does not exist in the commerce keyspace, e.g. foo123:
i.e. the workflow is shown as empty; which isn't really true, it doesn't exist at all. This is bad UX, since users might get confused if they fat-finger the workflow name. We should return an error instead.
The text was updated successfully, but these errors were encountered:
On current master (d6c9ddf), doing a
WorkFlow show
command of a random workflow name will "succeed" and show some output, even though that workflow does not exist.E.g.:
commerce
keyspace, e.g.foo123
:i.e. the workflow is shown as empty; which isn't really true, it doesn't exist at all. This is bad UX, since users might get confused if they fat-finger the workflow name. We should return an error instead.
The text was updated successfully, but these errors were encountered: