I´m experiencing some issues when executing a wf with loops in command line (ubuntu).
I got a complex wf comprising 3 loops and, appaently, the last loop end is not executed. This doesn´t happen in executing the wf via GUI.
Is it possible for you to share the console log output so that we can better understand what the problem is? You can add -consolelog in the command to view output of execution.
Hello @eneas77
As suggested by @Daniel_Weikert; my guess is because your Loop End is not connected, as it is in a position not including the SDF Writer node. You have to include it within the Loop. The variable connector could be affecting as well, as it is scaping from the Loop execution.
You can test with a Variable Loop End instead, connected to the SDF Writer’s variable output port.
The CSV Writer need a variable output connector (to Parallel Chunk End?) aiming to force the execution.