Reset to Start
This node finds its usage in a separated logicflow with a checkpoint assigned as rootnode. With this node you can reset the logic flow to the original start node.
Checkpoint
This node defines the start of a new seperated logicflow. The node requires you to assign a variable of the type "String", being the checkpoint name. This node can be reached through a Go to Checkpoint node.
Go to Checkpoint
This node is used in combination with the checkpoint node. When the logic flow reaches this node it will automatically jump to the checkpoint node with the same value assigned. The node takes in a "String" variable with the name of the desired checkpoint. There is also an option to assign the targeted checkpoint as the new root node. This will cause the logic flow to start at that checkpoint every loop in stead of the start node.