Comparing version 0.0.11 to 0.0.12
@@ -83,6 +83,6 @@ var debug = require('debug')('workflow:common') | ||
} | ||
initializeContext(context) | ||
var decorated = wfInstance(context) | ||
debug("preparing: %s", workflowDefinition.task) | ||
initializeContext(context) | ||
@@ -89,0 +89,0 @@ return function execute(done) { |
{ | ||
"name": "worksmith", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A purely functional workflow engine ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -98,3 +98,3 @@ # worksmith tutorial | ||
`src/log.js` | ||
`src/tasks/log.js` | ||
```javascript | ||
@@ -133,3 +133,3 @@ module.exports = function define(params) { | ||
`src/log.js` | ||
`src/tasks/log.js` | ||
```javascript | ||
@@ -136,0 +136,0 @@ module.exports = function define(params) { |
43721