Fluxio: Add support for loops
Should support loops: saving, handle execution and retrieval.
Loops are control nodes with two modes; simple repetition n times and loop until the subskill within succeeds, with a maximum of n times. The Start, Succeed, Abort and Failed events of the subskill inside the loop are handled by the loop itself, and no other subskill should be able to connect to those ports.