Skip to main content

Get started with the Workflow Editor

Workflows are the automations you create in the GlobalAI platform. The Workflow editor is the canvas where you design, configure, and test these automations.

This guide helps you understand the main features of the editor interface so you can start building.

The editor provides two ways to view and build your workflow.

  • Visual editor This is the default graphical interface. It allows you to add and connect nodes in a visual flow. Most users prefer this view for building and managing workflows.
  • Code editor This view shows the underlying YAML configuration for your workflow. While you can build visually, the Code Editor is helpful for advanced tasks. For example, it makes it easier to copy, paste, or duplicate large sections of your automation.

Add Nodes to your Workflow

Workflows are built using nodes. A node is a building block that represents a specific action, script, or logical step in your automation.

You can add new nodes at the end of your flow or in between any two existing nodes. The editor provides a library of different node types to build your automation.

Run and validate your Workflow

As you build your workflow, you can test it at any time by using the Run button.

After an execution, you can select the run from the History tab. This shows you the detailed output of every node, including any logs, outputs, or errors. This is the primary way to debug your workflow and ensure your logic is correct.

Now that you are familiar with the editor, you can learn more about the building blocks of a workflow.