0 Replies Latest reply on Jun 11, 2006 11:20 PM by phoenix520

    the process instance can be end everywhere?

    phoenix520

      I have a flow like this:
      request a job ---> first man approve ---> fork:
      1. ---> second man approve
      2. ---> third man approve
      then there will be ---> join ---> the fourth man approve ---> end
      I need this function: either the second man or the third man deny the request,the flow will end without waitting the decision of the another man. How can I do it?