R326 – Propagate to label found (WMB)

Propagate to label found (WMB)

Using propagate to a label can be confusing as doesn’t allow the developer to use the message flow BPM displayed to see the logic path and the path of the logic can be hidden in the ESQL.

For example

PROPAGATE TO LABEL ‘aLabel’;

Preferred Use the named output terminals of the compute node to make it clear to those reading the code what the logical path a message in a a flow will take.