|
From: Maurizio B. <Mb...@in...> - 2003-02-26 12:23:36
|
Mhh, I explain myself not very well... I've just made as you wrote. Now, I have to assign the WORKITEM at run-time by calling the "AssignWorkItem" API in this way: wf.assignWorkitem(instance_id, int(workitem_id)+1, user) For me this is simple if I have a workitem and another after again, but how can I make this assigment if the SPLIT call two workitems (I have to assign dinamically the first splitted workitem to an user, and the second to another one)? regards, Maurizio Betti |