class Ens.BPL.Branch
extends Ens.BPL.Activity
Represents a branch activity. When this activity is performed, control is transferred to the named
label activity if and only if the supplied condition is true.
Only labels within scope may be branched to. For example you cannot transfer control out of
a 'Flow' or 'Scope' activity
property Condition
as %String [ Required ];
This holds the condition to be evaluated
property Label
as %String [ Required ];
This holds the label to transfer control to if the condition is true