build69
build69  /  Components  /  App  /  WorkflowDesignerPage

WorkflowDesignerPage

v1.0.20Updated 27 Aug 2026

Composed example workflow / automation designer page: palette + RuleStep canvas + properties side panel.

Preview

Live · 10 stories
DefaultOpen ↗
Why this is recommendedpageworkflowdesignerautomation+2

The default, out-of-the-box WorkflowDesignerPage.

Recommended for+14
  • Reference for automation builders, rule editors
Tags+6
pageworkflowdesignerautomationexampledefault
Features+4
  • Step palette
  • Canvas of RuleStep blocks
  • Properties panel
  • Test / publish bar
Not recommended for−2
  • Direct embedding

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "WorkflowDesignerPage" })

Usage

import { WorkflowDesignerPage } from '@/components/pages/WorkflowDesignerPage';

<WorkflowDesignerPage />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — WorkflowDesignerPage is composed rather than configured. See the source for its full signature.

Related