How to resolve Error 409: “You cannot update a pipeline that is not on draft mode”
Learn how to fix the problem that occurs when you try to edit a pipeline that has already been deployed.
Last updated
Learn how to fix the problem that occurs when you try to edit a pipeline that has already been deployed.
Last updated
Pipelines are the core of the Digibee Integration Platform. They consist of a sequence of connectors that allows you to connect systems and establish data flow between them. Learn more in the Pipeline documentation.
Each pipeline has a version history that lists all minor versions within its major version, making management easier. This version history includes the last editor, the date of the changes, and an optional description of the changes.
Whenever you create or change a pipeline, a new minor version is added to the version history.
Error 409 occurs when you try to save changes to a pipeline that is no longer in draft mode. This often happens when:
You complete creating or editing the pipeline.
Deploy the version in a different tab.
Return to make new changes to the previously saved pipeline.
The moment you click Save, a pop-up window appears with Error 409 stating that the pipeline cannot be edited because it has already been deployed and is therefore no longer in draft mode.
If you had already edited the pipeline when this error occurred, perform the following steps to save your changes:
Copy the part of the flow that you changed.
Open a new tab and access the pipeline in draft mode.
Paste the flow into the pipeline.
Save your changes.
This ensures that the changes are made successfully and a new minor version is created.
To prevent Error 409, refresh the page where you created your pipeline after deployment or reopen the pipeline in draft mode to make new changes.