The order in which elements appear on the diagram can impact the generated source
code, for example, it affects the parameters initialization order and the data processing in
case of several connected Process from Graph elements.
-
To configure the data processing order manually:
- Click anywhere on the white canvas. The diagram properties appear in the
corner.
- Choose any subsection on the main Properties
tab.
- Use the Up and Down arrow
buttons to set the processing order.
-
To configure the data processing order automatically, right-click the canvas
and choose Normalize diagram.
This option orders the data processing using the information about element
references. If one process uses the output of another one, the source code
of the process supplying output must be generated prior to the source code
of the consuming process.