Hi everybody,
using Jbpm 6.4.0 Final and eclipse based modeler I'm trying to find a way to configure a conditional start event.
In particular using as condition for start this script, using a variable defined inside the process as condition to start or not the process
if (processVar1.equals("A")) {
return true;
} else {
return false;
}
I've added the process, thanks for anyone want to help me !
I've tried to find any clues on that conditional start on documentation, with any luck, if there is a section about it, I'm ready to read and learn from it!