flogo icon indicating copy to clipboard operation
flogo copied to clipboard

Project Flogo is an open source ecosystem of opinionated event-driven capabilities to simplify building efficient & modern serverless functions, microservices & edge apps.

Results 104 flogo issues
Sort by recently updated
recently updated
newest added

I'm suggesting a GPIO trigger, for when a sensor input is registered it'll kick off a flow. For example, pressing a button will turn on a light. I ideally need...

**Current behavior:If you want to get information from an HTTP server providing constantly information, current http client open and close a connection. which prevent us from constantly querying the server...

**Current behavior:** Currently only supports GET, POST, PATCH, PUT, DELTE **Expected behavior:** Should support all methods defined in the spec (https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html) **What is the motivation / use case for changing...

kind/enhancement
good first issue

**Current behavior:** Currently the only type of branch you can have is an `if`, where the branch is executed if the statement evaluates to `true` **Expected behavior:** I'd like to...

kind/enhancement

**Current behavior (how does the issue manifest):** When using flogo api, kafka sub with multiple handlers for different topics, will deliver same message from every topic to every handlerFunc. **Expected...

kind/bug
good first issue

**Current behavior:** The current implementation of the TensorFlow inference activity is very basic and should be enhanced to further support additional TensorFlow capabilities. **Expected behavior:** - [ ] Validate the...

kind/enhancement
roadmap
machine-learning

**Current behavior (how does the issue manifest):** The lambda invoke activity returns a `value` object which includes the payload and the []byte serialized response. This really has no real purpose...

kind/enhancement
good first issue

**Current behavior:** You cannot easily deploy your Flogo functions to Azure Functions. **Expected behavior:** Native support (similar to Lambda) for Azure Functions **What is the motivation / use case for...

roadmap
kind/feature-request
serverless

**Current behavior:** If a developer needs to commit apps into a git repo, they must first export the app and manually add/commit & push to a git repo. **Expected behavior:**...

roadmap
area/flogo-web

**Current behavior:** The Flogo State service was designed to persist the current state of execution of a given flow. This includes the current task, the input/output of each task, etc....

roadmap
area/state-service