๐ŸŽผ Plugin

Orchestration Studio

Design, test, and run business workflows on a visual canvas. Drag-and-drop nodes call integrated systems, agents, and human approvals; the AI assistant can draft a workflow from a one-line description; pinned data lets you replay scenarios deterministically.

Training context โ†’ Day 12 โ€” Plugin Anatomy Day 16 โ€” Workflows Day 22 โ€” AI & LLM
๐Ÿš€
New to Orchestration Studio?
Creating Your First Workflow
End-to-end starter โ€” open the studio, click Create, drag a node, connect, configure, save, and run a test in about five minutes.
8 steps ยท ~5 min โ†’
๐Ÿ—‚๏ธ

Workflows

Each workflow is a saveable, versioned graph that models a business process. Workflows live in a gallery (grid, list, or mind-map) and can be active, inactive, or draft.

๐Ÿงฉ

Nodes & Edges

Nodes do work โ€” call a system action, run an agent, ask a person, set a variable, log a message. Edges connect nodes; conditional edges branch on data.

๐Ÿ“Œ

Pins

Pins capture a node's input or output as a deterministic stand-in. Use them to test downstream branches without re-calling expensive systems, or to reproduce a specific scenario.

๐Ÿค–

AI Workflow Assistant

Describe what you want in plain English; the assistant streams back a draft workflow you can preview, refine, and apply to the canvas in one click.

โ–ถ๏ธ

Test & Run

Test panel runs to a chosen node; isolated node test runs one node with sample inputs. Workflow Runner executes end-to-end with live overlay, pauses for human steps, and resumes on form submit.

๐Ÿ“

JSON Editor

Every visual change has a corresponding text representation. The JSON Editor panel lets you read or edit the underlying graph and sync it back to the canvas.

Plugin route
Orchestration Studio is a single-page app. Inside it you switch between the gallery and the canvas โ€” there is no separate URL per workflow.
PathScreen
/visual-designerWorkflow gallery (grid / list / mind-map). Selecting a workflow opens the canvas in-place.
๐ŸŽญ Roles & permissions
Access to Orchestration Studio is gated by the visual-designer:workflow resource. The five actions view, create, edit, delete, and execute can be granted independently โ€” for example, an operator may have view + execute on production workflows but only edit in a staging environment. The Execute button on each workflow card and the Save button on the canvas only appear when your role allows.
Guides for this plugin