Flow Set Up (Magic xpi 3.x)
It is highly advisable to try and create flexible and dynamic flows that are easier to administrate.
For example, when you need to invoke some linear steps, create a loop rather than manage one long process.

In this example, the first step updates a variable called M_Var1 with a value of 1 (if it equals zero). Then, the left branch is activated. Once it is finished the M_Var1 variable is updated to 2 and returns to the first step of the flow. Now that the value = 2 the condition will cause an activation of the second branch and so on, until the process comes to an end and waits for a new message.