Team, i am trying to modify existing registered w...
# ask-the-community
s
Team, i am trying to modify existing registered workflow and register again with some changes but ending up with below exception. it is showing exception with launch plan already exists. kindly let me know best practices to redeploy the workflow with same launch plan.
Copy code
details = "launch plan with different structure already exists with id resource_type:LAUNCH_PLAN project:"cloudops-max-flyte-demo" domain:"development" name:"snowflake_cron_scheduled_lp" version:"v1"
s
@Sathish kumar Venkatesan, can you give a different version?
s
@Samhita Alla i can try with different version. but my goal is to use same version and same launch plan. since i am trying to register via cicd pipeline.
s
If you’re modifying the code, you can’t use the same version to register again.
s
is there anyway to remove previously registered workflow ?
s
Um no. You cannot delete a registered workflow; you can archive it, though.
k
Archive
312 Views