spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
The Task Schduler REST API response does not display the "arguments" and "schedules.main.properties" information.
trafficstars
Problem description: The Task Schduler REST API response does not display the "arguments" and "schedules.main.properties" information.
- /tasks/schedules API response:
- /tasks/schedules/instances/{taskName} API response:
Solution description:
It would be nice if the Task Scheduler REST API response included "arguments" and "schedules.main.properties" information.
Application and deployment properties are not currently stored in a task/schedule manifest for the schedule. SCDF will need to create a manifest for each schedule that is created similar to what is done for a task launch.