23
I Use This!
Activity Not Available

News

Posted about 9 years ago by Joram Barrez
In case you missed the following tweet last week   Welcome #Activiti on https://t.co/xJZy2DixHH! cc @starbuxman @jbarrez pic.twitter.com/kDpx0kRB72 — Stéphane Nicoll (@snicoll) November 12, 2015 That’s right! Activiti is now on start.spring.io! This ... [More] is a huge deal – the Spring Initializr is the place where the journey for many Spring Boot projects start, so being on […] [Less]
Posted about 9 years ago by Joram Barrez
In case you missed the following tweet last week   Welcome #Activiti on https://t.co/xJZy2DixHH! cc @starbuxman @jbarrez pic.twitter.com/kDpx0kRB72 — Stéphane Nicoll (@snicoll) November 12, 2015 That’s right! Activiti is now on start.spring.io! This ... [More] is a huge deal – the Spring Initializr is the place where the journey for many Spring Boot projects start, so being on […] [Less]
Posted about 9 years ago by Joram Barrez
I just passed the 5000 forum posts on the Activiti Forum. Out of a total of 41792 posts, so you can only blame me for  12% of the content on there ;-). Just thinking about it humbles me tremendously. The forum is such an important tool for improving the Activiti Engine, guarding the quality and getting fresh ideas for […]
Posted about 9 years ago by Joram Barrez
I just passed the 5000 forum posts on the Activiti Forum. Out of a total of 41792 posts, so you can only blame me for  12% of the content on there ;-). Just thinking about it humbles me tremendously. The forum is such an important tool for improving the Activiti Engine, guarding the quality and getting fresh ideas for […]
Posted over 9 years ago by Joram Barrez
One feature request we’ve heard in the past is that of running the Activiti engine in a multi-tenant way where the data of a tenant is isolated from the others. Certainly in certain cloud/SaaS environments this is a must. A couple of months ago I was approached by Raphael Gielen, who is a student at […]
Posted over 9 years ago by Joram Barrez
In the past years, we’ve often heard the request (both from community and our customers) on how to swap the persistence logic of Activiti from relational database to something else. When we announced Activiti 6, one of the promises we made was that we would make exactly this possible. People that have dived into the code […]
Posted over 9 years ago by Tom Baeyens
Posted over 9 years ago by Tom Baeyenshttp://www.blogger.com/profile/[email protected]
Posted over 9 years ago by Joram Barrez
We often see people using the scripting (for example in a service task, execution listener, etc.) for various purposes. Using scripts versus Java logic makes often sense: It does not need to be packaged into a jar and put on the classpath It makes the process definition more understandable: no need to look into different files The logic […]
Posted over 9 years ago by Joram Barrez
This article describes the changes with regards to the Activiti core engine and how version 6 differs from version 5. All the material here, including the code examples  were presented back in June in Paris, but I believed it was good to also have it written down in blog form for people that don’t like watching […]