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.