Core Engine
- fire and forget
- asynchronous with callback
Task variables support in listeners
Added operations to easily get access to task variables from within task listeners.
Remote API improvements for deployments
Additional operations have been added to the remote API to simplify integration: operations to get deployment information of your projects based on their group, id and/or version (GAV).
Process Designer
Improved automation importing service tasks in Designer
You can import custom service tasks from a service repository into Designer so they can be used in your process, like for example Twitter, FTP, etc. The workbench now automates a lot of the additional configuration as well:
- Installs the service configuration (wid) into the users Workbench project
- Installs the service icon (defined in the service configuration)
- Installs the service maven dependencies into the project POM
- Installs the service default handler into the project Deployment Descriptor
Using start up parameters, you can also register a default service repositories and even install service tasks by default for new projects. More details are available in the documentation.
Copy/Paste
You can now also perform copy/paste operations across different processes.
Workbench
Using workbench and kie-server together
Various small improvements allow you to use the workbench together with (one or more) kie-server execution servers to manage your process instances and tasks (sharing the same underlying datasource). As a result, processes and task created on one of the execution servers can now be managed in the workbench UI as well.
The jbpm-installer is now configured out-of-the-box to have a managed kie-server deployed next to it where you can deploy your processes to as well.
Support for enums in data modeler
The data modeler now supports selecting enums as the type when defining the parameters of a data object.
- Upgraded to WildFly 10
- Added support for EAP 7
- Upgraded to Spring 4
Enjoy !