Dev focused conversations, questions and discussions around PRs, etc should happen here.
flogo update github.com/project-flogo/core
. I checked the override, you are correct it doesn’t work. Currently I have a workaround and we can fix it eventually. For work around just add _ "github.com/project-flogo/core/app/propertyresolver”
in the import of src/main.go and make sure you have set the env variable FLOGO_APP_PROPS_JSON
.
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