imixs-workflow icon indicating copy to clipboard operation
imixs-workflow copied to clipboard

The open source technology for business process management

Results 72 imixs-workflow issues
Sort by recently updated
recently updated
newest added

Introduce code formater maven plugin: net.revelc.code.formatter formatter-maven-plugin ${project.parent.basedir}/imixs-code-style.xml clean format Pre requirement is java version 11

feature

We consider to switch the licence model for Imixs-Workflow from [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) to [EPL 2.0](https://www.eclipse.org/legal/epl-2.0/). The new license model will affect the Jakarta EE 9 development stream. Older versions of Imixs-Workflow...

Jakarta EE 10

We need to extend the Rest API Documents endpoint /backup/ with an optional boolean to backup snapshots. This needed in complex migration scenarios. Need to be patched into current master...

enhancement

See this article and the idea how to use annotations: https://dzone.com/articles/ultra-fast-microservices-part-2-when-microstream-m ```java public class MyBusinessCase { private final long id; private final String name; private final String description; private final...

path for version 6.0.1 see #779

Jakarta EE 9
patch

The RuleEngineNashornConverter must detect numeric vs string values of an item. Like in this example script: var contract_sum=workitem._budget_amount[0]; must be converted into: var contract_sum=workitem.getItemValueDouble('_budget_amount'); if the value is a numeric...

enhancement
Jakarta EE 9

see: #771

enhancement
testing
Jakarta EE 9
patch