#1355 [Core Feature] [flytekit] Task configuration modification within dynamic tasks
Issue created by
wild-endeavor
Motivation: Why do you think this is important?
Allow a better interface to modify the definition of tasks within dynamic tasks. See this
thread for more information.
When users call tasks within a dynamic task, because the definition of those tasks is explicitly included in the
subworkflow returned (`DynamicJobSpec`s are basically subworkflow), those tasks can be modified without affecting Admin's version of the task. This allows users to dynamically change the tasks being returned based on inputs at run time.
Goal: What should the final outcome look like, ideally?
An elegant way to allow users to modify elements of tasks (including plugin tasks).
flyteorg/flyte