- Do I put it local or global?
- That’s a local I’m telling you
-Okay, okay
…
-Allright.. sorry, it should be a global, but don’t worry you can promote it
Most of the time designing business processes requires to adapt your draw and data definition to new incoming needs. This is why in Bonita Open Solution we’ve created some little features Read the rest of this entry »
SQL connectors in Bonita Open Solution are very useful but they have a little drawback. Each time a connector is executed a new connection to the database is used.
Although you can resolve performance issues using database connection pooling, there is another alternative if Read the rest of this entry »
The goal of this post is to explain how we can quickly reuse our Groovy script by saving them into the Groovy functions library of Bonita Open Solution.
The use case is very simple, when a new employee gets involved in the company, there is (or should) be a rule to construct its email address.
Example :
This rule is global to the company and we want to reuse it in different processes. Read the rest of this entry »