📄️ Workflows
A workflow is the fundamental unit of execution in Graflow — a collection of tasks connected by dependencies.
📄️ Tasks
Tasks are the building blocks of workflows in Graflow — Python functions decorated with @task.
📄️ Channels
Channels enable inter-task communication and state sharing in Graflow workflows.
📄️ Execution
Understanding how Graflow executes workflows and provides dynamic control flow.
📄️ Human-in-the-Loop (HITL)
Graflow supports human-in-the-loop workflows, allowing you to request human feedback during workflow execution.