Flow Chart Checks : (C17081) Elements containing triggers that use functions with potential side affects

(C17081) Elements containing triggers that use functions with potential side affects

Error In:
Completeness
Description:
There are functions used in the trigger part of labels, static- reactions, or mini-specs that have side-effects (they affect global data).
Example:
activity A1 Function F1 accessing global data,
used in trigger: [Y==F1(X)]
 
 
Erroneous Elements:
States, activities, and transitions