how to execute a workflow step-by-step on the windows command line

Hello alltogether,

when i run a step of a  workflow ,i should click the execute button,i have  a guess that if

i run the workflowFile on the windows command line ,if i want to run the workflow step-by-step

,what should i do?

for example my workflow contains 3 nodes:

A :fileReader

B :K-means

C :CSVWriter

i want to execute only the A and B,what args should be added

../knime.exe -reset -nosplash -....

This is not possible, the batch executor always run the complete workflow.

ah ... thank you

I think you can fake it using global workflow variables and flow control which deactivate certain parts of the workflows.