flogo icon indicating copy to clipboard operation
flogo copied to clipboard

Cleaner activity and trigger interface for Go API

Open mellistibco opened this issue 7 years ago • 0 comments
trafficstars

Current behavior: Currently, the activity/trigger interface available via the Go API exposes input & output objects as a map, which makes it rather difficult to leverage IDE tooling such as autocomplete, etc and it also means that you'll need to cross reference the activity.json for the metadata names, etc.

Expected behavior: Expose a strongly typed interface to simplify the usage of activities and triggers via the Go API

mellistibco avatar Oct 24 '18 17:10 mellistibco