Workflow-first MVPDocs Center liveHelp routes reserved

Workflows

Workflow Alpha 继续作为当前 MVP 的核心画布,默认路径保持真实 API、保存与预演能力,同时补齐 empty / error demo 状态壳,完成模块一的前端稳定化。

Workflow status

Workflow canvas now uses the shared state-shell contract

The default route still loads the live workflow API, local draft recovery, and registry readiness checks. These demo routes exist only to verify the empty and error shells before Module 2 locks the persisted workflow contract.

State demoLiveEmptyError
Source: demo:empty

Scenario

Empty

Default behavior

Keep the live workflow API path, local draft fallback, node inspector, and registry API readiness checks intact.

Next backend slice

Reuse this page shell while Module 2 replaces the current store with D1-backed workflow persistence and API errors.

Workflow state

No workflow graph is available yet

This empty-state demo models the control plane before the first workflow draft or starter graph is attached to the workspace.

The page still needs to explain the canvas, registry, and preview surfaces before the first persisted graph exists.

Why this matters now

Module 1 is standardizing every major workspace surface around the same empty and error treatment. That lets us harden APIs in Module 2 without redesigning the workflow page again.

Related surfaces