Workflow Nodes
Available node types for building workflows.Overview
Workflow nodes are the building blocks of automation:| Category | Purpose |
|---|---|
| Control | Start, end, flow control |
| AI | Text, image, audio, document AI |
| Integration | API calls, external systems |
| Logic | Conditions, loops, branching |
| Human | Human-in-the-loop tasks |
Control Nodes
Start Node
Entry point for workflow execution:End Node
Complete workflow and return output:AI Nodes
Text-to-Text
Generate, transform, or analyze text:- Text summarization
- Content generation
- Translation
- Classification
- Entity extraction
Text-to-Image
Generate images from text prompts:- Marketing visuals
- Product mockups
- Creative content
Image-to-Text
Extract text or descriptions from images:- Image description
- OCR
- Visual QA
- Content moderation
Audio-to-Text
Transcribe audio to text:- Meeting transcription
- Voice note processing
- Podcast transcription
- Call center analytics
Doc Intelligence
Extract structured data from documents:- Invoice processing
- Form extraction
- Contract analysis
- Receipt processing
Agentic App Node
Call Agent Platform applications:Integration Nodes
API Node
Call external APIs:Function Node
Run custom code:- Python 3.9+
- Node.js 18+
DocSearch Node
Search document repositories:Logic Nodes
Condition Node
Branch based on conditions:Loop Node
Iterate over collections:Split Node
Execute parallel branches:Merge Node
Combine parallel results:Human Node
Route tasks to humans:Task Types
| Type | Description |
|---|---|
| Review | Review and edit AI output |
| Approval | Approve or reject |
| Input | Provide missing information |
| Classification | Categorize or label |