core icon indicating copy to clipboard operation
core copied to clipboard

Flogo Core is the core flogo library used create and extend Flogo applications.

Results 23 core issues
Sort by recently updated
recently updated
newest added

Adding a new Name() function to the InitContext interface breaks compatibility with the initContextImpl interface of project-flogo/stream/blob/master/pipeline/stage.go, thus it causes several issues while using flogo-web (server fails to start).

Is this project still active? I mean I was using the old one and the active development is being pushed here, but I can not find any docs how to...

**What kind of change does this PR introduce?** (check one with "x") ``` [] Bugfix [] Feature [] Code style update (formatting, local variables) [] Refactoring (no functional changes, no...

❗ http://flogo.io/ and https://flogo.io/ are broken Domain flogo.io ist listed as project homepage by https://github.com/project-flogo/

**What kind of change does this PR introduce?** (check one with "x") ``` [] Bugfix [X] Feature [] Code style update (formatting, local variables) [] Refactoring (no functional changes, no...

**Current behavior:** To pass data from trigger to flow activities, you have to declare them as trigger output, and flow developer have to either map all fields to the flow...

**What kind of change does this PR introduce?** (check one with "x") ``` [] Bugfix [] Feature [] Code style update (formatting, local variables) [] Refactoring (no functional changes, no...

**What kind of change does this PR introduce?** (check one with "x") ``` [] Bugfix [] Feature [] Code style update (formatting, local variables) [x] Refactoring (no functional changes, no...

**Current behavior (how does the issue manifest):** When working with older third-party packages that uses /vendor packages, GetRef() returns ref with path including '.../vendor/' **Expected behavior:** To make it work,...

**Current behavior:** Today, engine will simply accept as many events as possible(Direct Runner) or block trigger go-routines when worker queue is full(Pooled Runner). This could lead to a performance issue...