I have a subprocess where a task is pushed to several reviewers
through a concurrent iterator with a count of 1 so that only one
reviewer can 'claim' that task, followed by the actual 'review' taks
dispatched to the person who actually claimed it first.

The problem I have is that when I tell the engine that the 'claim'
task is complete and call the 'proceed' method for it, I need to
return the ID of the next workitem, the one corresponding to the
'review' step.  Is there a blocking call in the Ruote API that I could
call to get the set of changes affecting the process once the 'claim'
step is completed?  We figure out a way to do something like that by
calling 'process' in a loop for that wfid, but even then we still
couldn't find the workitem in our redis storage.

Any help/pointer would be greatly appreciated.
Cheers!

-- 
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

Reply via email to