Deployment Lifecycle
Deployment is the process of routing live traffic to a published policy version. LexQ tracks every deployment action for a complete audit trail.Deployment Actions
| Action | Description |
|---|---|
| Publish | Transitions a DRAFT version to ACTIVE. Locks the version — no more rule changes. |
| Deploy | Promotes an ACTIVE version to LIVE. This version now receives production traffic. |
| Rollback | Reverts the group to its previously deployed version. Creates a new deployment record. |
| Undeploy | Removes the live version. No traffic is processed until a new version is deployed. |
Step-by-Step Deployment
1. Validate with Dry Run
Before publishing, always test your rules:2. Publish
3. Deploy to Production
4. Monitor
Rollback
If something goes wrong after deployment:Undeploy
To stop all traffic processing for a group:Deployment History
Every deployment action is recorded with a timestamp, actor, memo, and the previous/new version:Next Steps
Dry Run
Pre-deployment validation for individual inputs.
Batch Simulation
Batch validation against historical data before deploying.

