Samip Kothari

Results 12 comments of Samip Kothari

@neethuabacker the error, it seems to me that, it's coming from activity. `https://github.com/retgits/flogo-components/blob/master/activity/amazons3/activity.go#L56` , this one in particular. There's no localLocation in the JSON. And thus interface conversion is nil...

I think it's just with the old contributions. The legacy bridge passes the context with the values provided in the JSON to the legacy activity.If there's no value associated with...

Hey, I'm having a tough time recreating the issue. Here's what I did in the container. ``` dnf install golang git export GOPATH=/home/lib/go export PATH=$PATH:$GOPATH/bin go get -u github.com/project-flogo/cli/... flogo...

I looked into it. As a matter of fact we did took that thing into consideration. The only issue `go get -u` is not getting the latest tag. The latest...

@reidlai You do not need to install property resolver. It is a part of engine and should work by itself.`https://tibcosoftware.github.io/flogo/development/flows/property-bag/` This should give you a pretty good idea about how...

The trigger you have is for version 0.5.* whereas this repo is for contributions written for version 0.9.*. There are couple of changes in these versions and you might have...