imixs-workflow
imixs-workflow copied to clipboard
The open source technology for business process management
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
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...
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...
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...
#781 need to be merged if a solution was found
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...