is there a way to clone existing flow and register...
# prefect-ui
s
is there a way to clone existing flow and register new one in UI?
n
Hi @Sonny - since you posted this in the UI channel I’ll assume you mean from the UI so no, there’s not a way to do that right now. However, you could call the
flow.register
method on an existing flow with a new name to clone it as you’d expect.
s
Thanks!
😄 1