Generate jBPM Business Apps with Node.js Command-line interface (CLI)
In addition to start.jbpm.org there is now an command-line way to generate your jBPM Business Applications, namely with the jba-cli Node package.jba-cli package on npmjs.comSample CLI usageIf you have...
View ArticleVisual Studio Code extension for generating jBPM Business Apps
If you are developing your apps using Visual Studio Code you can now install a new jBPM Business Application extension. With this extension and the great tooling support of VSC you can now generate,...
View ArticleEnabling CORS in your jBPM Business Application
Currently when you generate your jBPM Business Application (online via start.jbpm.org, command-line via the jba-cli package, or in Visual Studio code via the jBPM extension) your app will have CORS...
View ArticlejBPM Visual Studio Extension - New version 0.6.0 adds jBPM Business Apps...
Happy to announce a new 0.6.0 version of the JBAVSC extension for Visual Studio Code.This extension adds process debugging for your business apps!Debugging business app process in Visual Studio...
View ArticlejBPM Visual Studio Code 0.8.0 extension - Quick Process View added
Just wanted to do a quick post to show off a new feature added to the jBPM Visual Studio Code extension version 0.8.0. We added a "Process Quick View" feature which you can access via the file context...
View ArticleJHipster generator for jBPM Business Apps
If you are a fan of JHipster you can now generate jBPM Business apps with it! We created a generator module for it which you can use as follows:With Yarn:yarn global add generator-jbaOr with NPM:npm...
View ArticleEasy 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 monitoring using Prometheus and Grafana
In this post, we will introduce the new Prometheus Kie Server Extension, which has been released as part of jBPM version 7.21.0.Final. This extension aims to make extremely easy for you to publish...
View ArticleIntroducing jBPM's Human Task recommendation API
In this post, we’ll introduce a new jBPM API which allows for predictive models to be trained with Human Tasks (HT) data and for HT to incorporate model predictions as outputs and complete HT without...
View ArticleGetting Started with Automatiko - IoT and MQTT
Around a month ago there was the first release of Automatiko project. It aims at providing an easy to use yet powerful toolkit to build services and functions based on workflows and decision. You can...
View ArticleGetting Started with Automatiko - IoT and MQTT - Part 2
As a follow up of part 1 of the Automatiko IoT and MQTT I'd like to take you further in exploration around workflows and IoT with MQTT. This time we look at the details of how to take advantage of some...
View ArticleKubernetes Operator with Automatiko
Here is more of a developer view on the recently published article on Automatiko blog about building Kubernetes Operators with workflows. It shows that is brings significant value to the overall...
View ArticleVersion workflow data with ease
A common scenario when working with workflows is to handle data objects and their changes. In most of the situations workflow instance will only keep the last value of it and to realise use cases like...
View ArticleUser task forms and email notifications in Automatiko
Automatiko 0.4.0 has just been released. I comes with quite some new features among them are user task forms that is provided by user task management addonuser task notifications that is provided by...
View ArticleApache Kafka event stream with workflows
Apache Kafka event streams consumed by workflowsAn inspiration for this blog post is another blog post by Piotr Minkowski that perfectly introduced Kafka Streams with Quarkus. This triggered a thought...
View ArticleWorkflows with JMS messaging
Last several years there is a lot of buzz about Apache Kafka, Apache Pulsar and in general about event streams. But looking into lots of organizations they are in many case still relying on "old good...
View ArticleApprovals - "the missing" part of Tekton
Tekton is a fantastic project that allows to build pipelines for your CI/CD needs. It works really great as it takes advantage of dynamic nature of Kubernetes cluster and uses resources only when it...
View ArticleSecure access to approval tasks with OAuth Proxy
In previous article, Approval Tasks for Tekton has been introduced. Though that version lacked support for authentication to first of all secure the application and second to simplify usage for...
View ArticleServerless Workflow vs BPMN - comparison
Workflows are becoming (again) more popular and pretty much all cloud providers have something to offer in that area. This article is not to cover all possible workflows but two in particular I have...
View ArticleAn alternative look at workflows in cloud era
Workflows have been around software development for many decades. With its peak popularity around the SOA (service oriented architecture) times. Although it was always positioned as something on top,...
View Article