Channels
announcements
ask-the-community
auth
conference-talks
contribute
databricks-integration
datahub-flyte
deployment
ecosystem-unionml
engineeringlabs
events
feature-discussions
flyte-bazel
flyte-build
flyte-console
flyte-deployment
flyte-documentation
flyte-github
flyte-ui-ux
flytekit
flytekit-java
flytelab
great-content
hacktoberfest-2022
helsing-flyte
in-flyte-conversations
integrations
introductions
jobs
konan-integration
linkedin-flyte
random
ray-integration
ray-on-flyte
release
scipy-2022-sprint
show-and-tell
sig-large-models
torch-elastic
workflow-building-ui-proj
writing-w-sfloris
Powered by
Title
a
Alex Bain
05/11/2022, 1:13 AM
I am running a bunch of subworkflows from my parent workflow. I want to run them in serial (instead of in parallel). Can I chain them together like I can chain together normal Flyte tasks (i.e.
https://docs.flyte.org/projects/cookbook/en/latest/auto/core/control_flow/chain_tasks.html
)?
k
Kevin Su
05/11/2022, 1:44 AM
yes, you can chain subworkflow
Just like regular tasks
@workflow def wf(): a = sub_wf() b = sub_wf() a >> b
5 Views
#announcements
Join Slack