How a workflow works
Last updated
A workflow is a process divided into three parts.
You can refer to the Workflow Builder section for more information.
A Workflow is a set of connected steps.
It takes an input, processes it, and returns a result.
A Workflow usually has 3 parts:
Trigger: starts the flow with an input
Nodes: process the data step by step
Output: shows the final result
For example, a Workflow can receive a file, analyze it with AI, and return an answer.

Tip: Use @ to refer to the previous node's output.
Learn the basic building block in How a Component works.
Build an example in Creating your first Workflow.
Explore more in Flows.
Last updated