Author a Workflow
Use an AI agent to author and submit a new Argo Workflow.
How the agent authors and submits a Workflow
Example: S3 fanout DAG to Slack
I want a Workflow that:
- Pulls a list of files from S3
- Fans out, one task per file
- Aggregates the per-file outputs into a single summary
- Posts the summary to Slack
Submit it to cluster `data-dev`, namespace `argo`, service account `argo-workflow`.Argo Workflow authoring best practices
Permission notes
Last updated