@veridid/workflow-parser
v0.5.1
Published
For parsing JSON data that represents data-driven state machines and delivering the display data for clients to render.
Downloads
123
Maintainers
Readme
workflow-parser
Workflow Parser is a TypeScript Node.js module for parsing and managing workflow definitions in a PostgreSQL database. It retrieves workflows and instances, parses data, and handles state transitions. Ideal for managing complex workflows and integrating action-menu features.
Key Features
- Database Integration: Connects to a PostgreSQL database to store and manage workflow definitions and instances.
- Workflow Management: Supports defining workflows with states, transitions, actions, and display data.
- State Parsing: Parses workflows to handle state transitions based on predefined conditions.
- Modular Design: Can be easily integrated into different applications, including NestJS projects.
development
npm run buildand
Must be logged into npm
npm publishInstallation
npm install @veridid/workflow-parseror
yarn add @veridid/workflow-parser