Statechart Checks : (C1099) Local variables with illegal type

(C1099) Local variables with illegal type

Local variables are defined as a user-defined type (UDT), as a queue, or an array (of any dimension) of a queue.
Error In:
Correctness
Example:
subroutine F1

STR_QUEUE1, type of local variable LV1, defined
as queue
 
 
Erroneous Elements:
Subroutines