0

we have a scenario where we want to pass the same properties to all tasks in a composed.

app.composed-task-runner.composed-task-arguments='c=d,a=b' doesn’t work.

version used 2.0.0.M2

1 Answers1

0

using --composed-task-arguments=c=d,a=b without any spaces make it work

  • there's some contradictions in the documentation https://github.com/spring-cloud/spring-cloud-dataflow/issues/4847 – Whimusical Mar 03 '22 at 21:25