Skip to main content

Module workflow

Module workflow 

Source
Expand description

Workflow templates — preset chains for common patterns.

Workflows define reusable multi-step pipelines with placeholders for customization. They simplify invoking common patterns like “issue to PR” or “refactor and test” without manually composing individual chain steps.

Structs§

Workflow
A workflow template — a preset chain with placeholders.
WorkflowArgument
An argument accepted by a workflow.
WorkflowRegistry
Registry of available workflows.
WorkflowStep
A step in a workflow template.

Functions§

builtin_workflows
Built-in workflow definitions.