- In v1 deploy workflows cannot be removed because of the error generated here: https://github.com/OpenFn/kit/blob/main/packages/deploy/src/stateTransform.ts#L464 - Not sure how this works in v2 deploy The provisioner will remove workflows, steps and edges if delete: true is passed. It's the CLI's job to detect the removal and set this flag. Ensure it works in v1 and v2 and is well tested.
The provisioner will remove workflows, steps and edges if delete: true is passed. It's the CLI's job to detect the removal and set this flag.
Ensure it works in v1 and v2 and is well tested.