stream icon indicating copy to clipboard operation
stream copied to clipboard

Aggregator Code Bug Fixes & Example In Go Code

Open n-is opened this issue 6 years ago • 1 comments

  • Removed the reference to activity.Context.GetSharedTempData() because it returns nil, for activityContext, according to the flogo-project/core api
  • Add a sharedData map to the aggregate activity, so there is no panic at runtime due to nil map
  • Implement the StructValue interface for the Input and Output structs in aggregator code
  • Add an example that uses aggregate in go code.

n-is avatar Oct 17 '19 09:10 n-is

@n-is do you mind signing the CLA so we can merge your PR? Thanks!

mellistibco avatar Oct 21 '19 14:10 mellistibco