Task Types
Tasks are the fundamental building blocks of a Workflow. By combining these task types, you can build powerful logic specifically tailored to your business needs.

Operation Task (Standard)
Used to manage manual processes performed by humans. Assign and track physical real-world tasks, manual file creation, or manual verifications that cannot be automated.

Approval Task
Introduces human-in-the-loop decision making. When the workflow hits an Approval task, it pauses execution and notifies the configured user or role. The workflow will only resume if the requested body clicks 'Approve' or throws an error if 'Rejected'.

Email Task
Enables outbound communication. You can dynamically insert data from previous tasks into the 'To', 'Subject', and 'Body' fields, and even attach generated files to notify stakeholders of the workflow's progress.

AI Task (Generative AI)
Integrates powerful Generative AI directly into your flow. Set a specific prompt instructing the LLM to extract intents, write a response drafts, or summarize emails based on the context passed down from earlier triggers or tasks.
