Case management improvements - data authorisation
It's been a while since the last article about case management so I thought it's the time to refresh that topic a bit. And the best way to do it is with the face lift of sample case application - IT...
View ArticleImproved KIE Server documentation
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...
View ArticleSub cases for case instance and ... process instance
This time I'd like to present support for Sub Cases. It actually provides very powerful concept as it gives option to compose advanced cases that consists of other cases. That way a large and complex...
View ArticleTune async execution in Kie Server
jBPM comes with handy feature for executing async jobs - essentially it allows to put a wait state almost at any place in the process definition. Either by marking node to be executed asynchronously or...
View ArticleCase management - mention someone in comments and we will notify them
Another post around case management shipped with jBPM 7. This time some additions for case comments that improves communication and collaboration.jBPM 7.5 brings in case comment notifications.That...
View ArticleBe lazy with your data
jBPM comes with really handy feature called pluggable variable persistence strategy (or shorter marshalling strategies). This is the mechanism responsible for persisting process instance and task...
View ArticleSpring Boot starters for jBPM and KIE Server
jBPM supports Spring (and Spring Boot) for quite a while but it didn't provide it based on Spring Boot way - auto configuration and starters.With upcoming release (7.6.0) this has changed. Now there...
View ArticleInteract with your processes via email
In the world that is constantly running on high pace, people have less and less time to interact with software via sophisticated user interfaces. Especially in situations when there is a need to make a...
View ArticleUpdated jBPM Service Repository
1.0 Updated jBPM Workitem Repository for 7.6.0.FinalThe jBPM Service Repository has received a major update and is now available since the 7.6.0.Final release (...
View ArticleRedesigned jBPM executor
jBPM executor is the backbone for asynchronous execution in jBPM. This applies to so called async continuation (when given activity is marked as isAsync), async work item handler or standalone...
View ArticleTrack your processes and activities with SLA
One of the important parts of business automation is to be able to track the execution if it's done on time. This is what usually is done by SLA (Service Level Agreement) fulfilment. jBPM as part of 7...
View ArticleReact to SLA violations in cases
As a follow up article for Track your processes and activities with SLA here is a short addon for case management. You can already track your SLA violations for cases, processes and activities but...
View ArticleData set editor for KIE Server custom queries
Custom queries feature in KIE Server has been out for quite a while and proved to be very useful. Although there was no integration with workbench to take advantage of when:working with subset of data...
View ArticlejBPM Work Items are really simple!
Work items are the way to build custom (domain specific) services that can be used from within a process. They are as any other activity in the process with the difference that they are usually focused...
View ArticlejBPM Work Items repository tips + tricks
In his previous post, Maciej showcased the updates to the jBPM Work Items module and how easy it is now to get up and running with creating new workitems and start using them in your business processes...
View ArticleContract Net Protocol with jBPM
jBPM provides lots of capabilities that could be used out of the box to build rather sophisticated solutions. In this article I'd like to show one of them - Contract Net Protocol.Contract Net Protocol...
View Articlesingle zip distribution for jBPM
To simplify getting started experience for users I'd like to showcase a single zip distribution that includes:WildFly server (at the moment version 11.0.0.Final)workbench (aka jbpm console)kie server...
View ArticlejBPM 7.8 native execution of BPMN2, DMN 1.1 and CMMN 1.1
with upcoming 7.8 release of jBPM there is quite nice thing to announce - native execution of:BPMN2 - was there already for many yearsDMN 1.1 - from the early days of version 7CMMN 1.1 - comes with...
View ArticlejBPM WorkItem Repository updates
Wanted to share some recent updates to the jBPM WorkItem Repository1. Visual updates: the repository home page includes alot more information about workitems in the repositoryUpdated repo index...
View ArticlePerformance baseline for jBPM 7 (7.8.0)
The aim of this article is to show a base information about performance of the jBPM to set a baseline and to answer basic question how good jBPM performs when it comes to execution. This is not to be...
View Article