This is a minor detail. Registering workflows wit...
# flyte-support
b
This is a minor detail. Registering workflows with the same version gives the same message. If I run this command twice
pyflyte register myworkflowpy -p test -d development --version "1234567"
I will get the same message both times
Registration ..... type TASK successful with version 1234567
which kind of implies that it was overwritten or re-registered. However the registered workflow is immutable and the timestamp on the 123467 version does not change. A better message would that the attempted registration
{Project, Domain, Name, Version}
already exists
t
mind submitting an issue for this? this seems like it would be a good issue for someone from the community to tackle
👍 1