0 Replies Latest reply on Jan 11, 2007 11:56 PM by mihochan

    How is a token name assigned?

    mihochan

      I have designed a process. All the nodes are named. I expected that I could look up all tokens at a particular node with the call;

      Token t = i.findToken( THE_NODE_NAME );
      


      In fact, the token name is null. How should I design the process so that the Token will have a name I can search on?

      Thanks