Hi,
I’m trying to execute a loop inside another loop that is being executed in parallel, and in all executions there is a timeout in the workflow, however if I execute the external loop in series, the answer is obtained, as shown in the attached image. I believe that there is some strange behavior, because the parallel loop should also respond, since in series it was executed. To exemplify, I generated a workflow, simpler than the usage scenario I was testing, but which has the same behavior. If you can verify, if the same happens, and if it is an implementation problem, or some strange behavior of the loop node. OBS: In my test application, the external loop iterated to 31 devices, where each had approximately 75 tags.
debug-loop—test-develop.flow (10.1 KB)