Module Chart Checks : (C5013) Elements containing infinite While Loops

(C5013) Elements containing infinite While Loops

Error In:
Correctness
Description:
Elements contain action expressions in which there are infinite while loop statements. This check detects cases in which the while loop control expression does not contain a context variable and there is no break statement in the loop.
Erroneous Elements:
Actions