CALIBER
Quickstart
Use CALIBER

Workflows

The user and operator path for authoring, previewing, running, deploying, and debugging workflows in CALIBER.

System userDeveloperOperatorHow ToGA
PrerequisitesA CALIBER deployment with workflow access
Reviewed 2026-08-10 · current main branch docs contract

Use this page for the practical workflow path: author, preview, run, deploy, inspect, and recover. Use the deep architecture page only when you need the underlying implementation model.

At a glance

TaskStart hereDeep reference
design a workflowstart from the workflow mental modelWorkflows architecture
look up available nodesinspect the component catalogWorkflow components
run or deploy a workflowuse preview, run, and deployment surfacesWorkflows architecture
debug a failing stepinspect runtime evidence and queue stateObservability
recover a stuck or unsafe runuse the operator recovery docsOperations runbook

1. What workflows are for in CALIBER

Workflows are the orchestration surface for multi-step automation. They connect prompts, tools, skills, MCP access, files, and approvals into a governed run model.

2. Common tasks

You want to...Read this next
understand the workflow modelWorkflows architecture
choose the right nodeWorkflow components
publish a workflow serviceREST API overview
inspect run failuresHealth and readiness, Operator troubleshooting

3. Common failure modes

SymptomFirst thing to check
The workflow compiles but a live run failsruntime inputs, approvals, or downstream dependencies
Runs are queued but not movingevent backend, worker health, or queue state
A deployment exists but consumers cannot call itservice path, auth, or project scoping

CALIBER : Contextual Adaptive Lifecycle for Intelligent Build, Evaluation, and Refinement — this page is generated from the authoritative Markdown sources in docs/ and the repository-level ARCHITECTURE.md.