-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
done() method in handler doesn't progress workflow #35
Comments
It appears that the token is never passed onto |
The Tasks example produces the same issue: |
$ node -v bpmn version 0.2.2 |
Calling The following works:
|
Are you trying to create automatic/scripted task or are you aiming for manual tasks? |
Hi guys,
Trying to set up a simple BPMN as in this gist:
https://gist.github.com/darbio/ee2a25d951fdbbd93491cd220f706a35
The process won't progress from
Send email
toCreate user
.I've tried a number of different definitions, including the simple Task.js and it's still not progressing with my code.
Cheers.
The text was updated successfully, but these errors were encountered: