Monkeys
Workflow Engine

Visualization Configuration

Configure how workflows appear in Studio

Visualization Configuration

Studio renders workflows as visual graphs. Visualization metadata should help users understand and operate the workflow without changing runtime semantics.

What Belongs in Visualization Metadata

  • Node display names and descriptions.
  • Grouping, layout, and canvas positions.
  • Icons or category labels.
  • Form labels, placeholders, and helper text.
  • Output preview hints.

What Should Stay in Runtime Schema

  • Required inputs.
  • Tool or model execution configuration.
  • Branch conditions.
  • Data mapping.
  • Output contracts.

Keep runtime behavior independent from layout so workflows remain stable when the canvas is reorganized.

On this page