UNPKG

workflow-4-node

Version:

Workflow 4 Node is a .NET Workflow Foundation like framework for Node.js. The goal is to reach feature equivalence and beyond.

6 lines (5 loc) 174 B
module.exports = { InstanceIdParser: require("./instanceIdParser"), WorkflowHost: require("./workflowHost"), MemoryPersistence: require("./memoryPersistence") };