project-flogo / core

Flogo Core is the core flogo library used create and extend Flogo applications.
BSD 3-Clause "New" or "Revised" License
109 stars 55 forks source link

Expose an api get all registered activity #217

Closed lixingwang closed 4 years ago

lixingwang commented 4 years ago

What kind of change does this PR introduce? (check one with "x")

[] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[*] Other... Please describe: Enhancement

Fixes: #

What is the current behavior? There is no way to get all registered activity. What is the new behavior?

activity.Activities() will return all registered activities