|
From: Maurizio B. <Mb...@in...> - 2003-02-26 15:32:33
|
Another question (thanks for your patience!): Please consider the lattest two workitems splitted (B and C). Each of these produce a boolean result. If one of results is "FALSE" the next workitem back to A activity (assigning the relative workitem to an User) A -+-> B --> Result1 --> ^ | |--> D+transition [if (Result 1 OR Result2 is False)]--| | +-> C --> Result2 --> | | | |<<<-----------------------------------------------------------------------------------------------------+ To do this, I've created a dummy (automatic starting) activity (D) and two transitions that evaluate the boolean values (properties of istance) and, if Res1 or Res2 are false, push the next workitem on activity A. The question is: how can I assign the workitem that back in A to a specified user? I tried to assign to D activity an automatic push application, but I don't successful in this way. Please Help me! Thanks in advance!! Maurizio Betti ps: I use 0.7 openflow version |