3 Tasks

Tasks are the core building blocks of a workflow. Each task represents a unit of work, such as invoking a service, running a database operation, evaluating a condition, waiting for an event, requesting human approval, or calling an AI model or agent.

A workflow definition uses tasks to describe what must happen, in what order, and how data moves from one step to another.

Topics