Folder

Workflow Designer

Workflow Designer is the visual editing surface for building a pipeline version from connected blocks. Use it to add workflow steps, arrange execution paths, configure data and resources, test changes, and prepare a version for publication.

How a workflow is structured

A workflow combines three elements:

  1. Blocks perform individual tasks, such as receiving input, transforming data, evaluating a condition, calling an integration, or saving a result.
  2. Ports expose the inputs and named outputs available on each block.
  3. Links connect compatible ports and define the paths that a run can follow.

An automatically arranged workflow connecting a trigger, transformation, condition, and file actionAn automatically arranged workflow connecting a trigger, transformation, condition, and file action

The block catalog is displayed beside the canvas. It groups available triggers, actions, conditions, flow controls, and decorative elements by purpose.

The Workflow Designer block catalogThe Workflow Designer block catalog

Editing lifecycle

Changes made on the canvas belong to the currently selected pipeline version. The usual editing cycle is:

  1. Add and connect the required blocks.
  2. Configure every block and resolve validation errors.
  3. Arrange the diagram and review each execution branch.
  4. Save the draft.
  5. Run a controlled test and inspect its result.
  6. Publish the tested version when it is ready for live traffic.

Saving does not publish a workflow. A published version is read-only and remains separate from later draft work until another version is published.

Start here

  • Workflow Designer Overview explains the catalog, canvas, toolbar, ports, links, settings, navigation controls, and unsaved-change states.
  • Add, Connect, and Configure Blocks walks through inserting blocks, wiring execution paths, resolving settings validation, and deleting blocks safely.
  • Select, Copy, and Organize Blocks covers multi-selection, area selection, copy and paste, context menus, layout commands, and deleting a selection.
  • Versions, Saving, and Publishing explains pending edits, save and rollback behavior, version creation and naming, publication status, and version deletion.
  • Import and Export Workflow Schemas explains schema downloads, graph replacement, destination-scope validation, resource reconnection, and safe persistence of an imported draft.
  • Collaborate on a Team Workflow in Real Time explains participant presence, remote selection colors, synchronized drafts, shared AI usage, edit conflicts, rollback impact, and final save ownership.
  • Use the AI Designer Assistant explains AI source selection, workflow-scoped prompts, tool activity, deletion approval, shared team context, and review of unsaved AI changes.
  • Use Template Expressions explains runtime input paths, General Vault references, run metadata, autocomplete, value types, and missing-path failures.

The next article will cover running and testing workflows.

Explore this folder