For the complete documentation index, see llms.txt. This page is also available as Markdown.

How a workflow works

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.

How a Workflow works

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.

Next steps

Last updated