Workflow Designer
Designer creates visual workflow definitions used by the editor model.
See JavaScript Workflow BuilderGenerate 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-editorSequential Workflow Editor provides a declarative workflow editor model that can be used both for UI generation and workflow validation.
Designer creates visual workflow definitions used by the editor model.
See JavaScript Workflow BuilderMachine executes definitions validated by the editor configuration model.
See JavaScript Workflow EngineVisual workflow builder for creating workflow definitions.
Open Sequential Workflow DesignerWorkflow execution engine for frontend and backend applications.
Open Sequential Workflow Machine