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

Provide a method to set resource in manger #206

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:

Fixes: #205

What is the current behavior? Not able to set the resource to resource manager after engine initialized What is the new behavior? Expose SetResource in resource manager which we can set the additional resource to resource manager