In spring-cloud-data-flow shell, using composed-task-runner I have registered task as:
COMMAND: task create my-composed-task --definition "taskcsv && proccess"
and launched it by giving the required parameters as:
COMMAND: task launch my-composed-task --arguments "--composed-task-arguments=--path=D:\SpectraMD\patient.csv --path1=D:\SpectraMD\patient.csv
The taskcsv
application ran and getting the result, but it is not ending and process application execution is not starting.