Hey Kris,
I run the test and had some problems:
1. First I had empty workitems. I fix it by adding this line after creating
and loading the session:
ksession.getWorkItemManager().registerWorkItemHandler("Human Task",
handler);
But how could the test passed in your environment without this lines?
2. To use it I had to rearrage the order of the variable-definition.
3. The test fails at the last line:
assertNull( processInstance );
Is this a problem? I'm not sure...
Now I try to downsize my own prozess for this test...
--
View this message in context:
http://n3.nabble.com/Process-with-subprocesses-don-t-continue-after-finis...
Sent from the Drools - User mailing list archive at
Nabble.com.