core
core copied to clipboard
Flogo Core is the core flogo library used create and extend Flogo applications.
**Current behavior:** When runner type is set to POOLED, trigger goroutines are blocked when runner queue is full. **Expected behavior:** Some mechanism where app triggers can be temporarily stopped when...
**Current behavior:** Found project-flogo/services have flow-state and flow-store. Based on my understanding, we need to call api in order populate data into these two service. For flogo-state, i am expecting...
**Current behavior:** For pooled runner type, engine sets queue size based on **FLOGO_RUNNER_QUEUE**. Today, there is no way to find out that queue is full and all workers are busy....
This PR include changes mentioned in issue #32 . **What kind of change does this PR introduce?** (check one with "x") ``` [] Bugfix [X] Feature [] Code style update...
**Current behavior:** **Expected behavior:** Add a standard way to register trigger as a service in an external registry and also to look one up in an activity for example. Add...
**Current behavior:** Today we already enabled validation on activity side but the trigger not **Expected behavior:** Enable schema validation on the trigger side as well. **What is the motivation /...
**Current behavior:** No provision to add additional zapcore (like syslog zap core implementation) to flogo logger **Expected behavior:** Provision to add additional zapcores into flogo root logger. **What is the...
**Current behavior:** No explicit configuration validation via json schema **Expected behavior:** Generate json schema for flogo.json configuration and all resources. A project should have the ability to enable/disable configuration validation....
This pre-processing is conflicting with *secret.PropertyProcessor* at https://github.com/project-flogo/core/blob/98a1d797692be81e068e9fecb1f80856e0ebab4e/engine/secret/config.go#L33