Hi Guys,
If I want to create a LaunchPlan remotely, how should I get the workflow object. I am aware that FlyteRemote provides a way to fetch the workflow but fetch_workflow function returns a FlyteWorkflow object whereas to create a LaunchPlan we need WorkflowBase class object. If someone has already implemented something of a similar sort, please help with the approach followed.