:wave: I am trying to make a Flyte workflow that d...
# flyte-support
o
👋 I am trying to make a Flyte workflow that does the following: • Runs a task • Launches a dynamic workflow via a for loop • This calls another dynamic workflow, also with a for loop • (*) For each of these calls, call a task • This task has several additional tasks called from within it • One of these tasks, midway through, is another dynamic task I noticed a few things and had some questions: 1. When I create this workflow initially, the UI does not show any parallelism after the second dynamic task. That is, the third dynamic task does not appear 2. The UI also does not break apart the task marked with a (*) into its sub-tasks, making the UI more obscure to what is happening Any insight here appreciated!
f
check out
@eager
workflows
these are experimental, but getting productionized soon
• This task has several additional tasks called from within it
A task cannot invoke a task unless its dynamic
so what you really want is eager, for now you will have to make do