On Tue, Jun 19, 2012 at 01:17:38PM -0700, ddeng wrote: > > (...) > > As you suggested, I am using all to find all the available workitems for > alpha. In step1(see comment), it correctly gives me two workitems which > have id of "alpha" and "alpha222" > > Then I proceed the process1. So after that, process1 should be at bravo > step. I expect that the alpha participant should have only 1 workitem that > is in process2(since the item in process1 is already proceeded). > But in step2, I got 2 workitems which are alpha222 and bravo. How does > bravo become the workitem for alpha? > > Is it a issue or do I use it in a wrong way?
Hello, it's an issue (evoked in the thread with Marco at https://groups.google.com/d/topic/openwferu-users/OyqAsofSt-Q/discussion ) I have to rework the StorageParticipant. As a workaround, you can use the by_participant method of the storage participant, so that you list only the workitems for a given participant name. Best regards, -- John Mettraux - http://lambda.io/jmettraux -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
