Good evening,
while writing on a blog post I happen to have found this feature request. You might want to leverage the example workflow I created to track loop execution in detail.
https://atmedia-marketing.com/en/knime/knime-loop-debugging-and-progress-tracking/
Hi KNIME community!
I wanted to share a helpful method, including an example workflow, for tracking loop progress in KNIME, which is especially useful in long-running workflows or when using Parallel Chunk Loop Nodes .
This approach uses a Java Snippet node to create a console-based progress bar that updates on each loop iteration. With this progress indicator, you can:
Monitor loop progress in real-time.
Debug potential bottlenecks.
Gain insight into resource distribution in parallel executi…
PS: There is also another similar feature request. You might draw some ideas from that and my example so we can consolidate all and draw attention of the developers to this request
It would be nice to have a loop execution progress indicator when a loop is being executed.
When I use Group Loop Start, the number of groups should be known (right?). In the Loop End node this is Iterations, if I am correct. Would be really nice to have an indicator saying how many of the intended iterations have been processed when executing, so I don’t have to zombie-gaze at the screen until it is suddenly finished. #WalkToTheCoffeeMachine
Best
Mike
3 Likes