Reset node

Hi, it is possible to automatize the RESET function, (for example to reset node every 10 minutes automatically) ?

1 Like

Hi @igorbono,
Not sure if it helps, but this is essentially what a loop does. Every time a new loop iteration is started, the nodes in the loop body, between Loop Start and End node, are reset. Using a Wait… node you can control the interval at which the nodes are reset and reexecuted. Does that help?
Kind regards,
Alexander

3 Likes

Hello @AlexanderFillbrunn ,

What I need is to run these nodes once a day, my doubt is how to do this … is there some kind of “autoexe”?

Hi @igorbono,
This use case is how KNIME makes money :wink: KNIME Business Hub is our commercial product that allows teams to share workflows with each other, version workflows, and deploy them as REST API, Web Application, or Schedules. The latter is what you need: you can set up a workflow to run every day, hour, or even minute, or at predefined times.
Kind regards,
Alexander

1 Like

OK @AlexanderFillbrunn Thanks !

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