Does Spring Cloud Data Flow support start/stop all tasks features? (start /stop at the same time) and how to do that? Can I do that by updating from database?
Asked
Active
Viewed 275 times
-1
-
Please share what you have tried so far – Subrata Sarkar Dec 09 '19 at 10:08
1 Answers
2
You can stop a task execution by invoking a stop on a specific task execution ID. You can refer more to this in the documentation here.
If you are running a Spring Batch application (which is a task app itself), then it can be restarted after being stopped.

Ilayaperumal Gopinathan
- 4,099
- 1
- 13
- 12