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 ...
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 ...
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. ...