Fabián Castillo
Fabián Castillo
**Current behavior:** The output of the shim builds of a trigger varies depending on the implementation of the trigger. Because of that the Web UI cannot provide proper support for...
**Current behavior:** When I want to shim build a flogo app another platform I run a command like this: `GOOS=darwin GOENV=amd64 flogo build -o -e --shim my_trigger_id` When I run...
Looking at the functions descriptors in [project-flogo](https://github.com/project-flogo/contrib/blob/master/function) I've noticed the `varArgs` is specified at the function level and not at the argument level. Take for example the [`string.concat` descriptor in...
**I'm submitting a ...** (check one with "x") ``` [] bug report => search github for a similar issue or PR before submitting [x] feature request [] support request []...
**I'm submitting a ...** (check one with "x") ``` [] bug report => search github for a similar issue or PR before submitting [x] feature request [] support request []...
**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [] enhancement request [] feature request []...
I tried creating an simple flow that just echoes a path parameter. If I use the new mapping labels for the return mappings I get an error `interface conversion: interface...
When running the command ```bash flogo create -flv github.com/TIBCOSoftware/flogo-lib@master,github.com/TIBCOSoftware/flogo-contrib@master -f /path/to/my/flogo.json myengine ``` It fails saying `Solving failure: No versions of github.com/TIBCOSoftware/flogo-lib met constraints` It used to work when using...
**Current behavior** During engine initialization in server side a folder named 'build' is created but it is never used. This is a remnant of an old implementation and it shouldn't...
## Environment How are you running Flogo Web? - [x] Docker (Specify the docker image that you're using and the command you used to start the container) - [ ]...