2 Replies Latest reply on Apr 27, 2007 10:47 AM by estaub

    Automated process monitoring

    olh

      HI all!
      Assume that i have a process that has no tasks and assigners, this process is executed automaticaly, but i would like to view current process node.
      How can i view current node on diagram on web-console while this kind automated process is executing? Api gives no possibility to retireive current node.
      Thanks in advance!

        • 1. Re: Automated process monitoring
          kukeltje

          There is no difference for processes with or without task.

          • 2. Re: Automated process monitoring

            More than one node can be active at one time. Each "thread" (not in the OS/Java sense) of execution is represented by a Token. Look at the ProcessInstance calls that return tokens, then look at Token.

            This is illustrated in the very first piece of code you should have seen, the "Hello World" in section 3.1 of the user guide... so I suspect either I don't understand the problem, or a suggestion to RTFM is reasonable.

            -Ed Staub