The idea is that execution goes as far as possible without stopping. So if You do nothing in those 2 tasks, no handler that would stop the execution, that engine will proceed to the next node. The last node is end node so it ends there. But thats only if your tasks do nothing... meaning there is no handler for tasks of names u gave to the tasks or those handlers do nothing.