1 Reply Latest reply on Feb 14, 2010 12:38 PM by kukeltje

    Why sub-process skips start-state task when parent process calls sub-process

    peterbasutkar

      Question : Why sub-process always stats with second task not starting task?

       

      Descrption : When parent process call sub-process then sub-process should starts with starting task not second task in the sub-process.

      For e.g i have parent process A which is having sub-process as Process B which contains one start-state task and two task-node task and end-state node,when parent process execution comes to sub-process then subprocess skips start-state task and comes to next task-node task and there is no entry for task-state task in taskinstance table in database.