jsharmony-workflow

1.1.2 • Public • Published

==================

jsharmony-workflow

==================

Workflow management for jsharmony-factory projects

Installation

npm install jsharmony-workflow --save

Initial Configuration

Add to your config file

var jsHarmonyWorkflow = require('jsharmony-workflow');

....

  jsh.AddModule(new jsHarmonyWorkflow());

  var configWorkflow = config.modules['jsHarmonyWorkflow'];
  if (configWorkflow) {
    configWorkflow.disabled = false;  //Disable the workflow system
    configWorkflow.checkDelay = 5000;  //Time between checks for state changes
    configWorkflow.maxNewWorkflowsPerCycle = 100;  //Max New Workflows per Cycle
  }

If you are adding to an existing site, initialize the DB Scripts for the jsHarmony Workflow module and restart the service.

Package Sidebar

Install

npm i jsharmony-workflow

Weekly Downloads

8

Version

1.1.2

License

LGPL-3.0

Unpacked Size

127 kB

Total Files

43

Last publish

Collaborators

  • apharmony