When making changes to flows, it’s important to be able to maintain different versions and roll back changes if needed. Users want to ensure their production flows remain unaffected while making updates.Documentation Index
Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
How it works
In Parabola, managing different versions of your flows is made simple using the Draft flow feature. This allows you to edit a draft version of your flow without interrupting the active version (the published version that can run) until you’re done editing. Using Draft flows:Create a draft version of your existing flow by navigating to the published flow page and clicking the “Edit draft” button in the top left. You will be presented with a dropdown menu to either “Continue existing draft” or “Replace with a new draft” (which replaces the current draft with the published version).
Make your desired changes and updates in the draft. Remember, these changes are safe to work on as they won’t affect the active flow until published.
Test the draft flow to ensure it works as expected. This step ensures that all changes perform correctly before going live.