It sounds like a bug to me. Which version of drools are you using? And which are the ids of the action nodes?
Hi,I am experiencing a strange bug (or feature???). I added a script task (name="A") in my main process which just running System.out.println("Script A");I also added another script task (name="B") in my sub-process which is running System.out.println("Script B");But, when I am running the process I get the following output:Script BScript BI continued to test this issue and added another script task (name="C") with System.out.println("Script C"); in another sub-process and I get:Script CScript CScript CIf I add the line for every script System.out.println("Script X "+context.getNodeInstance().getNodeName()) I get the following:Script C AScript C BScript C CIs it normal? how come I have this behavior???Yaniv
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users