thenativeweb / node-cqrs-domain

Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
http://cqrs.js.org/pages/domain.html
MIT License
269 stars 57 forks source link

add missing parameter for changed function signature #22

Closed elmarx closed 10 years ago

elmarx commented 10 years ago

To achieve the functionality 'do not extend the command if no aggregateId is presented' in commit 5a099d5c3307183add681320784f7a4a114f6d50, you changed the method-signature for 'workflow'.

It seems as if in line 617 it has been forgotten to change the call of 'workflow', so this patch adds the aggregate-id as the first parameter.