Components execution on KNIME Server

Hi everyone,

Consider that I have a workflow containing two different components with a some view inside them. On webportal, when I execute that workflow and view the 2nd component after that back to the first component with the back button, I wonder that is there a way to view first component with re-executed previous nodes?

Best,

Hi @KKERROXXX

You can achieve this by using a loop and including a selection in the second component whether to continue or go back to a previous part, similar to this example:

Kind regards
Marvin

4 Likes

Hi @KKERROXXX

I hope this approach works for you. If you would like a simpler example demonstrating how this works, let me know :slight_smile:

Kind regards
Marvin

2 Likes

Hi @marvin.kickuth,

Thanks for the response. Yes, it works for me, generic loop start and variable condition loop end solve my problem :slight_smile:

Best,

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.