flows
Flow management operations for defining and organizing workflows.
Flows represent workflow definitions with tasks, dependencies, and execution logic. They serve as reusable templates that can be executed multiple times with different inputs.
What is a flow? A flow consists of:
- Tasks: Individual units of work that perform specific actions
- Dependencies: Relationships between tasks that define execution order
- Configuration: Settings and parameters that control flow behavior
Use these endpoints to:
- Create new flow definitions from scratch or import from YAML
- List and search existing flows in your organization
- Retrieve detailed flow information including task definitions
- Update flow configurations and task parameters
- Delete flows that are no longer needed
Flows are the foundation of your workflow automation—once defined, they can be executed via the flow-executions endpoints.
What made this section unhelpful for you?
On this page
- flows