I’ve tried to run a workflow using:
/Applications/‘KNIME 4.5.0.app’/Contents/MacOS/Knime -reset -nosplash -nosave -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile="/Users/nicolasloterstein/Desktop/execute_payroll_QA.knar.knwf"
Also using
/Applications/“KNIME 4.5.0.app”/Contents/MacOS/Knime -reset -nosplash -nosave -application org.knime.product.KNIME_BATCH_APPLICATION -workflowFile="/Users/nicolasloterstein/Desktop/execute_payroll_QA.knar.knwf"
and also using like mentioned in FAQ
knime.app/Contents/MacOS/knime -nosplash -application org.knime.product.KNIME_BATCH_APPLICATION
I always get that it doesn’t find the file. Am I missing something here?? Thanks