Skip to content

evanxd/flowjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow.js

A Webhook-featured workflow automation framework.

How-to

Initialize a flowjs instance.

var flow = require('node-flowjs');

Create a workflow for employees to apply for expenditure. You could check and use the full example with the flowjs-example repository.

flow.setup('expenditure-application-workflow', {
      approverId: 'wowens'
    })
    .mailhook({
      subject: 'expenditure-application-workflow'
    });

About

A Webhook-featured workflow automation framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published