Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
r
Rupsha Chaudhuri
06/27/2022, 4:41 PM
Hi team... quick question. If a task calls a task, do they both not show up in the Flyte console? I only see the outer task
y
Yee
06/27/2022, 5:08 PM
this isn’t really a supported pattern yet. we should support this though.
but yeah, even if/when we do, it will not show up
tasks are generally not allowed to call other tasks as tasks are supposed to be the atomic unit of work in flyte.
so if you want this kind of a pattern it’s best to use sub-workflows/dynamic tasks
r
Rupsha Chaudhuri
06/27/2022, 5:09 PM
will do.. thanks.. let me update my code in that case
it does appear to work though 🙂
y
Yee
06/27/2022, 5:10 PM
oh good
yeah if it works then it’s just calling the function like a normal python function (i hope)
r
Rupsha Chaudhuri
06/27/2022, 5:11 PM
I believe so
y
Yee
06/27/2022, 5:11 PM
again there’s no unit tests for this… but when we add them that’s what we’ll be shooting for
r
Rupsha Chaudhuri
06/27/2022, 5:11 PM
that was the intention anyways
thanks for the clarification
Post