Diagnosis In the definition of the current global planning sequence, you haveentered that the sequence should call itself. In the execution of theplanning sequence, this would lead to an endless loop and is thereforenot allowed. Procedure Remove the recursive call of the planniung sequence from the step listand then save the definition. |