Sequential Workflow Editor
Sequential Workflow Editor is a declarative workflow editor builder for JavaScript applications.
It helps you generate configuration editors and validation rules from a shared definition model, so workflow data remains consistent across frontend and backend.
Why Use This Workflow Editor
- Every workflow step needs structured configuration.
- Hand-coding step forms is repetitive and hard to maintain.
- Validation rules often diverge between UI and backend.
- A shared model solves consistency and maintainability issues.
Key Capabilities
- declarative editor generation
- model-driven configuration UI
- strict workflow definition validation
- shared model for frontend and backend
- TypeScript-first architecture
- 0 external dependencies
Quick Start
npm install sequential-workflow-editor-model sequential-workflow-editor
import { createDefinitionModel } from 'sequential-workflow-editor-model';
import { EditorProvider } from 'sequential-workflow-editor';
Documentation and Examples
Part of the Complete Workflow Stack
Sequential Workflow Editor connects visual design and runtime execution:
- Sequential Workflow Designer for workflow UI and definition creation
- Sequential Workflow Machine for execution runtime
- Sequential Workflow Components Overview for complete ecosystem context