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
- About Tasks
Tasks are the building blocks of a workflow. A workflow definition must contain at least one task. - Create System Tasks and Operator Tasks
- Manage Task Definitions for Simple Tasks
This section provides information about how you can create or import a new task definition, and then add it to a workflow. It also provides information about managing task definitions for simple tasks. - Manage Executed Tasks
MicroTx Workflows stores details of all the tasks that are executed as part of a workflow execution.