Easy Workitem installation (jBPM WorkItem Repository)
We added the ability to install workitems hosted by the jBPM Workitem Repository on any running KIE Worbench instance directly from the repository. itself This lifts some limitations of installing...
View ArticlejBPM Workitems Spotlight - GitHub and Slack
So far we have posted a number of articles describing the jBPM Workitem Repository and its features but there was little mention about its actual content and the powerful integration capabilities it...
View ArticleBusiness Applications by jBPM - League of Legends Stats Demo
A lot of our development focus recently has been around business applications, specifically rapid creation/development of business apps that include the full power of jBPM, are easily deployable to the...
View ArticleLet's embed forms ... rendered by KIE Server
jBPM comes with rather sophisticated form modeller that allows to graphically build forms for processes and tasks. These forms can then be used to interact with process engine to start new instances or...
View ArticlejBPM Business Apps - dashboard demo
This is first part of the "What do after I generate my business app?" series where we show demos that are supposed to give you ideas on how to get started on your own to build really cool business...
View ArticleHandle service exceptions via subprocess
Interacting with services as part of your business process (or in more general business automation) is a common requirement. Though we all know that services tend to fail from time to time and business...
View ArticlejBPM Business Applications + IFTTT = Control everything!
Here is another jBPM Business Application demo which uses the IFTTT workitem handler to connect your business processes in your business applications with the IFTTT Service.In this demo we present...
View ArticleLaunch of Business Applications
The time has come - Business Applications are here!!!It's a great pleasure to announce that the Business Applications are now officially launched and ready for you to get started.start.jbpm.orgBusiness...
View ArticleBusiness Process Driven Web Terminal - jBPM Business Apps Demo
In this jBPM Business Application demo we show how you can dynamically present your business process data to your users.Demo sampleThe demo app is a Websocket terminal app where you can enter in...
View ArticleImplement your own form renderer for KIE Server
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 providedbased on...
View ArticlejBPM empowered by Camel to integrate with ... everything!
Apache Camel is extremely powerful integration library, comes with hundreds of components to integrate with 3rd party systems. jBPM on the other hand provides great support for business processes and...
View ArticleAudit log mode applied to all audit data
jBPM allows to store so called audit logs in various modesJPA (default)JMSNoneJPA mode means that data will be stored directly and within the same transaction as process execution. That usually have...
View ArticleUsing Apache Kafka in your jBPM Business Application - Demo
Recently our jBPM community member Prasanth Nair was kind to contribute the Kafka workitem to our jBPM workitem repository. The contributed Kafka workitem includes a handler which uses the Kafka...
View ArticleStarting your jBPM Business Application as a Service
In addition to starting your jBPM Business Application generated via start.jbpm.org using the provided launch scripts, for example:./launch.sh clean install for unix or launch.bat clean install for...
View ArticlejBPM Business Applications Demo - Process terminal using Spring Shell
So far our jBPM Business Applications demos have involved some sort of web-based UI for interacting with our business processes. Sometimes a web-ui is not needed and working with processes via an...
View ArticleDeploying jBPM Business Apps on Docker
jBPM Business Applications have an out-of-the-box configurations to deploy them as docker containers. We have created the video below to show you how easy it is to do that. The video also shows some...
View ArticlejBPM Business Apps and Okta Single Sign-on (SSO)
Wanted to showcase a new jBPM Business Applications demo that includes easyintegration with the Okta identity management service.The demo uses the developer.okta.com setup and the Okta Spring boot...
View ArticleBuilding jBPM Business Applications with Gradle
By default jBPM Business Applications generated via start.jbpm.org are build with Apache Maven. Your generated apps also include build scripts (for Unix, OSX, and Windows) which you can use out of the...
View ArticleUsing React as frontend for jBPM Business Apps
React is a very popular and powerful JavaScript framework and is currently one of the best frontend development frameworks out there.In this demo we show how you can easily integrate React into your...
View ArticleService task repository integrated into Business Central
Service tasks (aka work items) are of tremendous use in business processes. Users can build their custom logic into well defined tasks that can be reused across processes or even projects. jBPM comes...
View Article