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.
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.
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.