<@U06RKAMK0UC> can I send an existing LaunchPlan a...
# ask-ai
b
@ancient-wolf-19325 can I send an existing LaunchPlan as an input into a workflow
a
Reasoning Complete! šŸ¤– šŸ” Searched knowledge base: I'll look up whether it's possible to use an existing LaunchPlan as an input to a workflow, and if so, how you can do it. • Searching over 10 data sources from the following: File, Github File, Github Issue, Web • Found 65 documents that could be relevant from the following data sources: Github File, Github Issue, Github Pull Request. • Filtered down to the top 30 most relevant documents. āœļø Generated answer: I've confirmed from the documentation and community discussions that you can't pass a LaunchPlan as an input to a workflow in Flyte. You can only reference a LaunchPlan directly in your workflow code.
No, you cannot send a LaunchPlan as an input to a workflow in Flyte. Workflows accept strongly typed, serializable Python objects as inputs, but LaunchPlan is not a supported input type. LaunchPlans are used to configure and trigger workflow executions, not as data passed into workflows themselves. This is not mentioned as a supported pattern in the official documentation or code examples, and attempting to use a LaunchPlan as an input will result in errors or is not supported by the Flyte type system. Would you like more detail or example code? Sources: - Flyte Platform Summary šŸ‘ 0 button šŸ‘Ž 0 button šŸ’” Hint: Mention @runllm in the thread for followups.