stream
stream copied to clipboard
Aggregator Code Bug Fixes & Example In Go Code
- Removed the reference to
activity.Context.GetSharedTempData()because it returnsnil, foractivityContext, according to the flogo-project/core api - Add a
sharedDatamap to theaggregateactivity, so there is nopanicat runtime due tonilmap - Implement the
StructValueinterface for theInputandOutputstructs in aggregator code - Add an example that uses
aggregatein go code.
@n-is do you mind signing the CLA so we can merge your PR? Thanks!