You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a job agent integration that runs Ctrlplane jobs as Argo Workflows.
Problem
Teams already orchestrate workloads with Argo Workflows and want Ctrlplane jobs to trigger and monitor workflows directly instead of relying on custom glue.
Proposal
Introduce a new job agent type (e.g. argo-workflows).
Create workflows from Ctrlplane job definitions using either:
A referenced WorkflowTemplate
Or an inline Workflow manifest
Map Ctrlplane job lifecycle to Argo workflow status (Pending/Running/Succeeded/Failed).
Support parameter/variable injection, retries, and cancellation (terminate workflow).
Surface workflow links, logs, and artifacts in job metadata.
Scope / tasks
Define configuration schema and validation.
Implement integration package + API wiring.
UI selection + configuration form.
Observability: events/metrics and links to Argo UI.
Add integration/e2e tests.
Documentation and example config.
Acceptance criteria
Jobs create Argo workflows and update status reliably.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add a job agent integration that runs Ctrlplane jobs as Argo Workflows.
Problem
Teams already orchestrate workloads with Argo Workflows and want Ctrlplane jobs to trigger and monitor workflows directly instead of relying on custom glue.
Proposal
Scope / tasks
Acceptance criteria
Beta Was this translation helpful? Give feedback.
All reactions