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

2010-03-02 Thread Kris Verlaenen
;Dirk" To: Sent: Tuesday, February 23, 2010 4:39 PM Subject: Re: [rules-users] Process with subprocesses don't continue after finish work items in the subprocesses > > Hey Kris, > > I created a little demo-process with two subprocesses which covers my > problem. The flow

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

2010-02-23 Thread Dirk
Hey Kris, I created a little demo-process with two subprocesses which covers my problem. The flow should be Start - Super - Sub1 - Sub2 - Sub1 - Super - End. But at runtime it is only Start - Super - Sub1 - End. I think the test case is self-explanatory. Thank you for your efforts! Regards Dirk

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

2010-02-23 Thread Dirk
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?

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

2010-02-22 Thread Computer Wetenschappen
that reproduces this incorrect behaviour? Kris - Original Message - From: "Dirk" To: Sent: Monday, February 22, 2010 3:05 PM Subject: [rules-users] Process with subprocesses don't continue after finish work items in the subprocesses > > Hey Drools-Users, > >

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

2010-02-22 Thread Dirk
Hey Drools-Users, I've got a big and urgent problem with my drools process. I have a complex process with many decisions and subprocesses. These subprocesses could even contains more subprocesses so that i have a four-level flow. I testet each subprocess isolated in a mock environment and now i