Block diagrams for every major platform flow — from lab provisioning to CI/CD deployment. Each flow maps to the architecture layers described in the documentation.
Process / Step
Decision
Start / End
HITL Gate (Human)
AI Agent
F1 / Lab Provisioning
Lab Provisioning Workflow
End-to-end flow from admin lab request through AI pipeline, 3 HITL gates, and participant delivery. Orchestrated by Temporal — crash-safe at every step.
F2 / Authentication
User Authentication Flow
Covers both SSO (Google / Microsoft / GitHub) and email/password paths. JWT issued on success, stored in Redis with JTI for revocation.
F3 / Lab Grading
Live Lab Grading Flow
Triggered on participant submission or time expiry. scoring-agent runs 5-dimension analysis. cross-validator-agent tests against reserve datasets to confirm genuine skill.
F4 / Lab Destruction
Lab Destruction & Cleanup
Atomic teardown orchestrated by Temporal. Revokes licenses, deletes users, tears down infrastructure, logs final cost. Partial teardown is impossible by design.
F5 / Event Launch
Event Launch Flow
Admin creates an event, participants enroll, labs are bulk-provisioned. All participants receive credentials simultaneously on event start.
F6 / AI Agent Pipeline
AI Agent Communication Pipeline
Shows how agents chain together through Temporal and RabbitMQ. Each agent is an independent pod — failure in one does not block others unless they are in sequence.
F7 / CI/CD Deploy
CI/CD Deployment Pipeline
GitHub Actions handles build and push to ACR. Argo CD handles GitOps sync to AKS. Auto-sync for Dev/Stage, manual approval gate for Production.
GRAVITY LABS · PLATFORM FLOWS · v1.0 · MAY 2026 · CONSTEL GLOBAL