Dear Community Members -
I am trying to deploy a workflow using DAB. After deploying if I am updating the same workflow with different bundle name it is creating a new workflow instead of updating the existing workflow. Also when I am trying to use same bundle name it is deleting the jobs which is not part of the bundle while deploying. For example assume I am deploying a workflow called workflow_1 using bundle name bundle_1 for the first time. After that If I am trying to deploy the workflows workflow_1 and workflow_2 using bundle name bundle_2, then it is creating duplicate workflow as workflow_1 while deploying. If I am trying to deploy only workflow_2 with bundle_1 then it deploys only workflow_2 but delete workflow_1 in target environment. Can you please let us know if anyone faced this issue while setting up your CICD pipeline and how are you overcoming this issue. Thanks!!