3.1 Control Plane vs Agent Execution Plane
3.2 Project Scope Model
3.3 Data Flow: Source -> Release -> Pipeline -> Logs/Artifacts
3.4 Runtime Configuration Layers (global / project / environment)
3.5 Pipeline Execution Semantics
3.6 Release Governance Path
3.7 Rollback Architecture (Policy-driven)
3.8 Security and Trust Boundaries
3.9 State and Persistence Model
3.10 Scalability Model
3.11 Failure Modes and Recovery Patterns
3.12 Why This Architecture Works in Practice
13.3 Pending Approval Behavior
Orbnetes deployment and release orchestration documentation for operators and platform teams.
When release has approvers, behavior is deterministic:
- Release is created successfully.
- Status becomes
pending_approval. - Deployments do not start yet.
- Release remains visible in lists and detail page with pending context.
- Operator actions are limited by permissions and approval state.
What operators should expect:
- queued/running pipeline activity should not begin until approvals complete.
- pending approval count and approver statuses should be visible on release page.
- cancellation remains possible (subject to status/policy).
Operational implications:
pending_approvalis not a failure state.- it is a controlled waiting state for authorization.