Skip to main content
Version: Next

Start Here: Workflows

Use this page when you want the shortest route from "I need a workflow" to a working execution.

Goal​

Ship a reusable workflow that developers can run safely.

Path​

  1. Define build plane step templates with Argo ClusterWorkflowTemplate.
  2. Create an OpenChoreo Workflow that composes those steps in runTemplate.
  3. If this is for component CI, allow the workflow in ComponentType.spec.allowedWorkflows.
  4. Trigger a WorkflowRun to verify execution.

Use These Guides​