Running a workflow with just one click

Hi,

I have created a workflow which reads a set of files, does some operations on it and then writes it down in a csv file.

Currently i am running each node in the workflow (there are about 10 nodes).

Is there a way i can run the entire workflow in one click?

 

Regards,

Manas

There is an "Execute All..." button in the KNIME's toolbar. You can also just execute the last node in a row and it will automatically execute all previous nodes.

@thor

Thanks. That was helpful