droolsflow « jbpm « Java Enterprise Q&A





1. JBPM to Drools Flow - Is there a documented migration path?    stackoverflow.com

I'm currently using a fairly old version of JBPM for workflow processing as part of a larger project. I'm investigating the possibility of moving to the Drools Flow library as a ...

2. Accessing variable of process in drl file    stackoverflow.com

I have a global variable in my jbpm process,the variable's name is jsonOutput. I want to access this variables in my *.drl file but I dont know how to do this! I insert ...

3. Does Drools/JBPM5 support data flow?    stackoverflow.com

Does Drools/JBPM5 support data flow? Or is it only control flow?

4. Accessing the process instance from Rule Tasks in JBPM 5    stackoverflow.com

The short version: How do I get JBPM5 Rule Nodes to use a DRL file which reads and updates process variables? The long version: I have a process definition, being run under JBPM5. ...