Skip to main content
Version: Reality 4.27

Flow Control

The job of flow control nodes is a way of provided to flow of executions control. There are several types of the flow control node in Reality Setup Application. Let's learn what kind of flow control we have.

NodeStatement
TriggerTrigger node is a function starter. The trigger starts any function as manual. Just connect it and click trigger whenever you want.
Conditional TriggerConditional trigger node works according to a condition. When that condition has become true, the true output will work one time, if it is false, the false output will work.
Delayed TriggerBasically it is a delay node. If this node has started it spends delay property value of "DelayedEventTrigger". When delay has finished this node sends the signal to "DelayedEventReceiver" and make it works.
Delayed ReceiverThis node is working only when "DelayedEventTrigger" spends its delay times.
BranchIf condition is true execution goes true, if condition is false execution goes false.
FlipFlop

It toggles between the execution outputs. Output A executes When it called the first time. Second-time output B.

FlipFlop node also has IsA boolean output. You can track when output A has been called.

SequenceThis node executes multiple outputs with a single execute. Outputs work together but in order. Sequence node may have any number of outputs.
MultiGateThe "MultiGate" node takes one execution input and routs it to any output. The "MultiGate" node works respectively as default. This node also has index property. If you want to execute it with your rule you can do it with use index property.