Edvard Fonsell

Results 7 comments of Edvard Fonsell

Sounds like `StatisticsResource` gets registered twice. It gets registered via `NflowJettyConfiguration`, try to find out where and then remove the additional registration.

nFlow does not currently support CDI. Getting started guide is a maybe a bit outdated and misleading here - the "non-Spring" option means you don't need to _learn_ Spring to...

This is a known issue: https://github.com/NitorCreations/nflow/wiki/FAQ#can-the-amount-of-workflow-actions-and-state-variables-archived-per-batch-be-controlled The recommended solution is to configure workflow instance history cleanup to reduce the amount of actions that will get archived. Ofc this is not...

You can also limit the workflow definition types that are processed via MaintenanceConfiguration. You could for example add another MaintenanceWorkflow instance that deletes certain type of workflows before they would...

I vote for removing the misleading numbering only for now. Fetching more or all actions could be done as REST API already supports it, but seems to be needed pretty...

Closing this, please reopen if you can reproduce this or you have other new information about the issue.

I would prefer doing this in frontend side, PR would be great!