Hi,
My rule file is like this:
rule1:
when something
then
start process(p1);
rule2:
when something
then
startprocess(p2);
But in both the cases only p1 gets fired which was the rule flow that I last
added to the builder.
Can any body suggest me how to overcome this problem.??
Thanks
Santosh Mukherjee