Draft | Live Version | |
---|---|---|
What is it? | Your workflow where you build and test | The version running in production |
Can you edit it? | ✅ Yes - all edits happen here | ❌ No - must restore to draft first |
Can you run it? | ✅ Yes - using the “Run” button manually | ✅ Yes - runs only via triggers/interfaces/webhook |
Do saves affect users? | ❌ No - changes stay in draft | Live version remains unchanged |
Triggers active? | ❌ No - configured but inactive | ✅ Yes - all triggers fire from here |
Interfaces accessible? | Interface can be configured but not viewable by users | ✅ Yes - users access this version |
Webhooks use this? | ❌ No | ✅ Yes - API calls run this version |
Effect of saving | Updates draft immediately | Live version remains unchanged |
Effect of publishing | Creates a version that goes live | Updated to match the published version |
Stage | Your Action | Trigger Status |
---|---|---|
Configuration | Add trigger + Save | ❌ Inactive (exists in draft only) |
Activation | Publish | ✅ Active (now firing) |
Modification | Edit trigger/flow + Save | ✅ Old version still active |
Update | Publish changes | ✅ New configuration active |
Removal | Delete trigger + Save | ✅ Still active (using published version) |
Deactivation | Publish deletion | ❌ Trigger removed |
Stage | What You Do | Interface Status |
---|---|---|
Creation | Add interface + Save | Draft only |
Going Live | Publish | Interface accessible at URL |
Making Changes | Edit interface + Save | Old version still serves users |
Updating | Publish changes | New interface version live |
Removing | Delete interface + Save | Old version still accessible |
Deactivation | Publish deletion | Interface removed (404) |
Open Version History
Find Your Version
Restore to Draft
Review Changes
Publish
Always Test in Draft
Remember: Triggers Need Publishing
Use Meaningful Descriptions
Check What's Live
Why can't I edit the live version directly?
I added a trigger but it's not firing. Why?
What does 'Restore' actually do?
My interface shows old content even after saving. Why?
What happens to running flows when I publish?
How do I test the live version without affecting my draft?
Do webhook URLs change between versions?
Why is my draft also 'live' in a sense?
What if I accidentally publish broken changes?
Are old versions stored forever?
Can I preview a version without restoring?
Draft is Your Working Copy
Restore ≠ Publish
Save ≠ Publish