Related terms
A structured sequence of tasks, decisions, and tool interactions that an AI agent follows to achieve a specific goal or complete a process.
Parallel WorkflowA workflow that executes multiple independent tasks or steps concurrently to reduce overall execution time.
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.
Stateful WorkflowA process execution pattern that persists progress, context, and variables across steps to support long-running operations and recovery.