spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

The Task Schduler REST API response does not display the "arguments" and "schedules.main.properties" information.

Open kkd927 opened this issue 2 years ago • 1 comments
trafficstars

Problem description: The Task Schduler REST API response does not display the "arguments" and "schedules.main.properties" information.

image
  • /tasks/schedules API response:
image
  • /tasks/schedules/instances/{taskName} API response:
image

Solution description:

It would be nice if the Task Scheduler REST API response included "arguments" and "schedules.main.properties" information.

kkd927 avatar Jun 28 '23 06:06 kkd927

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.

cppwfs avatar Jun 28 '23 14:06 cppwfs