Fleet 1.13:Teams are now shipping 5x more PRs with autonomous pipelines.See what's new →
FleetFleet
CLI reference

fleet workflow

fleet workflow <list|create|delete|trigger> [flags]

Manages simple trigger-to-action workflows stored in the fleet database. Each workflow binds one trigger type to one action type — it is not a staged, multi-agent pipeline. You can list workflows, create or delete them, and manually trigger one by ID.

Workflows are distinct from the reactive event chain (which is the primary coordination model in Fleet). The list output is JSON; an empty list renders as [].

Flags

--name <n>Workflow name (required for create)
--trigger-type <t>Trigger type to fire on (required for create)
--action-type <a>Action to run when triggered (required for create)
--trigger-config <c>Optional trigger configuration for create
--action-config <c>Optional action configuration for create

Examples

List configured workflows

fleet workflow list

Create a trigger-to-action workflow

fleet workflow create --name nightly-eval --trigger-type schedule --action-type eval

Manually fire a workflow by ID

fleet workflow trigger 2

Frequently asked questions

Is a workflow a staged pipeline?

No. A workflow is a single trigger-to-action binding. For ordered, gated multi-agent sequences see `fleet pipeline`; for event-driven coordination see the reactive chain (watcher + fabric).

Does workflow trigger fire the trigger condition?

No. `workflow trigger <id>` runs the workflow's action directly, bypassing its trigger condition.

Run your first agent fleet

One binary. Five minutes. See every agent, coordinate every handoff, and keep a full audit trail of what your fleet did.