0 Replies Latest reply on Jul 28, 2006 4:48 PM by luowp

    How to stop a token to propagate

    luowp

      I have a process which has a fork. This fork has three way. I just want to stop one of them. So I add an action handler in one of nodes and get context data and then using this context data to decide whether or not stop this path.

      I use token.end() trying to stop one path but it fails. Could anybody tell me how to stop one of the execution path. Thanks!