Mac users: when setting up JDK, make sure you choose the right JDK for your machine's architecture.
Category: General
Get rid of the alert “App can’t be opened because it is from an unidentified developer” like a pro
For osx users: get rid of the manual task of clicking "Open Anyway" when playing with tools you trust but apple doesn't.
Asynchronous Execution
By default, the flow of tasks is executed in a synchronous way: all tasks will be treated one after the other, by a single thread. This being said, if a process contains, example, four service calls - where each call lasts around 30 seconds - this process execution will run - and allocate JVM, CPU,… Continue reading Asynchronous Execution
Know Kie Server: let the engine work for you
During the design and development phases of an application, developers and architects should not spare valuable time around implementing a reliant and performant way to process the business rules and flows. How to scale and guarantee the proper execution of more than a hundred thousand rules? How to properly design an engine that consistently handles… Continue reading Know Kie Server: let the engine work for you
Understanding key concepts of jBPM
Since jBPM 5 when the Drools project and jBPM project started walking together, a new project group name was defined: Knowledge Is Everything - KIE. Later on, the name KIE spread to git repositories, Maven archetypes, class names, and all the rest of the relevant code that is common to Drools and jBPM. The three… Continue reading Understanding key concepts of jBPM
Getting Started with jBPM
Get started now by starting jBPM with your favorite environment: WildFly, Spring Boot or quickly with jBPM Docker community images.
Know jBPM: your open-source business automation tool
Introduction: all flavors of open-source business automation With the reading of the previous posts, the fundamental concepts should be cleared and you can now take the next step: choose an automation tool and start the architecture design and implementation of a business application. Next are listed battle-tested solutions provided by KIE group and strengthened by… Continue reading Know jBPM: your open-source business automation tool
Information for critical decision making – KPI
Key Performance Indicators (KPIs) measures the success of an activity. It can be used mainly on two bias: strategic or operational. Based on the KPIs, executives can visualize performance changes of the company, identify bottlenecks and correct decisions impacts, and keep on improving the organization processes and functioning. Identifying the right metrics and the reflection… Continue reading Information for critical decision making – KPI
Identifying Maturity Level
To take action towards implementing business automation, it is necessary to understand the current level of maturity according to a model. Business automation is entirely based on Business Process Management implementation. Therefore, the Business Process Management Maturity (BPMM) helps to define the Business Automation Maturity. When seeking quality improvement, cost reduction, and delivery-time reduction, organizations tend to use standards… Continue reading Identifying Maturity Level
BizDevOps: Why you should put Biz into your DevOps
Read about a perfect formula for unsuccessful projects, and how you can overcome this by adopting the BizDevOps culture.