WorkflowsBuild
Overview
Automate business processes with visual workflow builder
Workflows are the core automation primitive in Flint. Each workflow defines a sequence of steps that execute when triggered.
Key Concepts
A workflow consists of:
- Trigger — What starts the workflow (webhook, email, schedule, manual)
- Steps — Actions that execute in sequence or with conditions
- Variables — Data passed between steps
- Outputs — Results produced by the workflow
Building Workflows
Workflow Editor
Navigate the visual builder
Triggers
What starts your workflow
Actions
What your workflow does
Conditions
Add branching logic