-1

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?

Zach Pham
  • 280
  • 4
  • 18

1 Answers1

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