I have a composite task with two cloud task ( AAA && BBB ). I want to pass the properties to AAA and BBB task from a directory. For example, the usage of "--spring.config.location=directory/" when launching the Spring boot application.
As per the documentation, i understand that we can pass properties using app.CompositeTaskName.taskname.prop1=val1. But, i want to load a bunch of configuration at launch. So, is there a way to launch the tasks with "spring.config.location" argument ?