https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

Sonja Ericsson

04/04/2023, 3:44 PM
Hey! quick question, is it possible to use a subworkflow within a dynamic workflow?
g

Greg Gydush

04/04/2023, 3:46 PM
yes
You can even create launchplans in a dynamic
k

Ketan (kumare3)

04/04/2023, 3:55 PM
yup 😄
s

Sonja Ericsson

04/04/2023, 4:14 PM
nice!
what about remote tasks/workflows/launch plans?
k

Kevin Su

04/04/2023, 5:34 PM
if you want to use flytekit remote, it’s doable if the pod has client credential to launch the job. if you want to launch a tasks / workflows that are already in the flyteadmin, you could use reference task / workflow. https://docs.flyte.org/projects/cookbook/en/latest/auto/core/flyte_basics/reference_task.html
b

Babis Kiosidis

04/05/2023, 10:38 AM
it makes sense to wrap remote tasks in local workflows, and trigger the workflows from a dynamic task 👍
k

Ketan (kumare3)

04/05/2023, 1:09 PM
If you want to do this wait - take a look at async tasks that @Niels Bantilan might have an experimental version soon
n

Niels Bantilan

04/05/2023, 3:17 PM
hi @Sonja Ericsson yes I’m working on this RFC, which would allow you to kick off any remote flyte entity, which we’re calling “eager workflows”. I’ll ping this thread once this experimental feature is released!
3 Views