core
core copied to clipboard
Flogo Core is the core flogo library used create and extend Flogo applications.
Performed Load test on Flogo App with simple Rest Trigger and Rest Activity. Below are the steps: 1)Install go-wrk go get github.com/tsliwowicz/go-wrk 2)create the app with latest.json(project-flogo) and run the...
**TL;DR** : The current way of managing secrets should be improved. # Current situation Currently, the app descriptor (*flogo.json*) is pre-processed during engine startup to replace all occurrences of *"SECRET:xxx"*...
Add functionality to access index value while iterating over primitive array using $loop[index[ **What kind of change does this PR introduce?** (check one with "x") ``` [] Bugfix [X] Feature...