jBPM5 is business process management workflow application. It is the latest version of the jBPM project. It is based on the BPMN 2.0 specification and supports the entire life cycle of the business process (from authoring through execution to monitoring and management).
Questions tagged [drools-flow]
124 questions
0
votes
1 answer
Drools Flow Human Task example: How do I prevent 'Named query not found' exception being thrown?
I'm trying to follow the Drools Flow example code in the Human Task documentation and I have the following code:
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import org.drools.task.service.TaskService;
//…

Matthew Murdoch
- 30,874
- 30
- 96
- 127
0
votes
1 answer
How to start multiple processes in Drools Flow?
I want to start mutliple Drools Flow processes, but this code blocks:
ksession.startProcess( "com.sample.ruleflow" );
How can I do this?
user162520
-1
votes
2 answers
drools how to fire specified group dynamically
i am using drools 7.x.
my logic looks like following:
if(variableA == 1) {
if(variableA1 == 2) {
....
} else if(variableA1 == 3) {
....
}
}else {
if(variableB1 == 1) {
....
}else if(variableB1 == 2) {
…

frank
- 1,169
- 18
- 43
-1
votes
1 answer
How to Integrate Drools Flows and Rules with my web application
sorry for my language,My question is how to Integrate Drools technology to my web-application,please tell me step by step because i am a learner so please tell me.I already read this…

user426936
- 35
- 1
- 4