Start Here: Workflows
Use this page when you want the shortest route from "I need a workflow" to a working execution.
- Platform Engineer
- Developer
Goalβ
Ship a reusable workflow that developers can run safely.
Pathβ
- Define build plane step templates with Argo
ClusterWorkflowTemplate. - Create an OpenChoreo
Workflowthat composes those steps inrunTemplate. - If this is for component CI, allow the workflow in
ComponentType.spec.allowedWorkflows. - Trigger a
WorkflowRunto verify execution.