All other

Audit log mode applied to all audit data

    Blog post image      

jBPM allows to store so called audit logs in various modes JPA (default) JMS None JPA mode means that data will be stored directly and within the same transaction as process execution. That usually have some additional performance overhead although it’s certainly not significant and unless huge volume is expected is a sound default setting.Read more →

Implement your own form renderer for KIE Server

    Blog post image      

As it was described in this article, KIE Server now provides form renderers for process and task forms built in jBPM Console (aka workbench). Out of the box there are two renderers provided based on PatterFly to provide same look and feel as entire jBPM tooling – it’s the default renderer based on Bootstrap toRead more →

Improved KIE Server documentation

    Blog post image      

In the upcoming 7.5 release, users will finally see more information about the available REST endpoints of KIE Server. The runtime documentation has been completely rewritten and is now based on Swagger. It replaces previous docs and thus is available at exact same location http://localhost:8080/kie-server/docs You might need to adjust the host, port and contextRead more →

Maven plugins for KIE Server

    Blog post image      

Since version 7 of jBPM KIE Server is the only execution server available by default thus it’s getting more and more traction. With that in mind there is a need to have it more aligned with CI/CD pipelines to allow simple integration with runtime environments. To help with that two maven plugins were built: KIERead more →