Test, version & monitor flows
4 min read · Updated June 2026
A flow is software, and ThatApp treats it that way: test before launch, version so you can roll back, and monitor once it is live.
The lifecycle
- Test — run with sample data and inspect each step's output before going live.
- Version — every change is versioned, with rollback if a new version misbehaves.
- Monitor — real-time logs show every execution, so you can see exactly what happened and when.
Rollback is your safety net. Ship a change confidently — if it goes wrong, revert to the previous version without rebuilding.