Dev focused conversations, questions and discussions around PRs, etc should happen here.
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.