1

I need to run a Spring Cloud DataFlow Task using a Rest call. In addition, through Rest I would like to pass an argument. I'm browsing sample paths on localhost:9393 Dataflow server, but I don't see how you can run the ribbon along with the argument. Do you know how to do that?

xampo
  • 369
  • 1
  • 7
  • 22

1 Answers1

0

You need to check the REST API guide of task executions in Spring Cloud Data Flow here. This shows an example of how to launch a task with arguments and properties.

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