Replies: 1 comment 2 replies
-
How about not giving a name at all and then the runner fills in a random and incrementing number? This would clobber frontend still though ... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Flow names need to be unique. Which sort of makes sense from a ui perspective as you don't want flow steps called A, A, A but what I often have is
because the name needs to be unique I keep adding junk to the name. So
which isn't very nice. Also I would love to do something like
for things that repeat.
I get why names should be unique but do we really want to enforce this? If so, maybe we can add some sort of standard that overrides this.
Beta Was this translation helpful? Give feedback.
All reactions