Dev focused conversations, questions and discussions around PRs, etc should happen here.
FLOGO_APP_PROPS_JSON=</path/to/json> FLOGO_APP_PROPS_RESOLVERS=json
imports.go
that I use to build a new docker container. The imports.go
contains all the activities that are important to me, and it saves me a bit of time when starting a new container from scratch
2019-06-27T09:44:14.044+0200 DEBUG [flogo.activity.actreturn] - Mappings: map[image:=$webcam_1.image status:=$webcam_1.status]
Failed to create engine: error unmarshalling flow: unable to find a 'webcam_1ā resolver
Quick newbie question:
According to docs, settings are global for the trigger, and handler settings are per instance.
I tried the REST trigger using the Web UI and I was prompted for a port number in both flows. I tried entering both values, and it looks like the compiled app was starting 2 separate servers that wanted to bind to the same address.
Ok, I just figured it out.
I shouldn't be pressing on "New action" at the top. I need to hover over the existing flow and another "New action" button appears that re-uses the same instance of the REST trigger.