Hey team! Hope you’re doing well. I have one doubt...
# ask-the-community
f
Hey team! Hope you’re doing well. I have one doubt about registering a flyte multiple times. If I use the version
foo-123
, and run a
fast-register
using the same version . Is the uploaded workflow updated? I tried this and it does not fail, but the “Time Created” remains the same
y
register by default does fast register.
the result is the same which is why admin didn’t complain and should’ve returned an already exists error which flytekit ignores (if it were different and already exists, it would’ve failed)
f
Perfect. So there is no way of reutilizing a version tag for a diff workflow. Seems reasonable. Thanks 🙂
y
for a different workflow entirely you can. the unique key in the system is project/domain/name/version