Is there any way to run a workflow within another workflow such that both can be viewed under the same
execution_id
in the Flyte Console and such that the pods for pod workflows inherit this execution id?
or is it best practice to not have nested workflows like this in flyte?
, but some of our devs have implemented things like this and we just want to confirm that we cannot concatenate two workflows in flyte such that the second inherits properties of the first.
t
thankful-minister-83577
05/03/2023, 7:57 PM
tasks cannot call other workflows, but dynamic tasks and workflows can call other workflows.