Skip to main content

Workflow Editor for JavaScript Applications

Generate configuration editors and validation rules for workflow steps using a declarative TypeScript model.

Sequential Workflow Editor is a workflow editor builder designed for sequential workflows. It generates editors from a definition model, supports strict validation on the frontend and backend, and is designed to work with Sequential Workflow Designer and Workflow Machine.

Quick Start

npm install sequential-workflow-editor

The Configuration Problem

  • every workflow step needs its own configuration UI
  • hand-coding forms is repetitive and hard to scale
  • validation drifts between frontend and backend implementations
  • definition consistency becomes difficult to maintain over time

Declarative Editor Generation

Sequential Workflow Editor provides a declarative workflow editor model that can be used both for UI generation and workflow validation.

  • editor builder
  • schema and model driven approach
  • strict validation
  • shared model across frontend and backend
  • TypeScript-first architecture
  • 0 external dependencies

Works with the Full Stack

Related Components

Start with Sequential Workflow Editor

Use docs, examples and repository resources to implement your workflow editor.