Hey! quick question, is it possible to use a subwo...
# ask-the-community
s
Hey! quick question, is it possible to use a subworkflow within a dynamic workflow?
g
yes
You can even create launchplans in a dynamic
k
yup 😄
s
nice!
what about remote tasks/workflows/launch plans?
k
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
it makes sense to wrap remote tasks in local workflows, and trigger the workflows from a dynamic task 👍
k
If you want to do this wait - take a look at async tasks that @Niels Bantilan might have an experimental version soon
n
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!
152 Views