1 Reply Latest reply on Aug 24, 2007 3:56 AM by masipu

    Different behaviour between test case and real case?

    masipu

      I'm a bit confused about signaling the process. I have used few simple processes and I have used state-nodes with them. But I don't recall signaling after those nodes and they have worked as NOT wait states. But now that I started testing similiar cases, I have to give signal to the process in order to get it going.

      Am I missing something or is the funtionality really different with test environment and server environment. I read some documentation and I now realize that I sould use simple node if I want automated process.

      Documentation says that I need to signal the process with 1) task nodes 2) start nodes and 3) state nodes. Right?

        • 1. Re: Different behaviour between test case and real case?
          masipu

          I'm terribly sorry. The state node requires signal in server environment also. Now that I tested more, I noticed that half of my processes doesn't end. The problem was, they most of time threw exception before the state node and this thing took my eye off from process state.

          Case closed and I'm sorry again for flooding the forum.