[rules-users] Process with subprocesses don't continue after finish work items in the subprocesses

Dirk drools at dirkp.de
Tue Feb 23 05:39:32 EST 2010


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-finish-work-items-in-the-subprocesses-tp326801p378414.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list