Skip to content

chrisoladimeji/workflow-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 build

and

Must be logged into npm

npm publish

Installation

npm install @veridid/workflow-parser

or

yarn add @veridid/workflow-parser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • TypeScript 41.4%