Related terms
A structured execution pattern where tasks are executed one after another in a linear sequence.
Conditional WorkflowA workflow that dynamically selects different execution paths based on conditions, rules, events, or intermediate results.
Event-Driven WorkflowA workflow in which tasks and actions are initiated in response to events, allowing processes to execute asynchronously as new events occur.
Agent WorkflowA structured sequence of tasks, decisions, and tool interactions that an AI agent follows to achieve a specific goal or complete a process.
Stateful WorkflowA process execution pattern that persists progress, context, and variables across steps to support long-running operations and recovery.