Skip to content
← Back to Glossary

Workflow

software process

A defined sequence of steps executed to accomplish a task, where the output of one step feeds the input of the next.

↑ Contents

Definition

Each step in a workflow has inputs, an operation, and outputs. A workflow can be linear or branching (e.g. if test fails, fix and retest, else continue). In AI agent systems, skills define workflows: which tools to call, in what order, what information to gather, and where to pause for human input.

↑ Contents

Source

↑ Contents