Klemens Kasseroller
05/04/2023, 9:58 AMSamhita Alla
Klemens Kasseroller
05/04/2023, 10:46 AMSamhita Alla
Klemens Kasseroller
05/04/2023, 1:40 PMremote = FlyteRemote(config=config)
execution = remote.fetch_execution(name="myexecutionid", project="myproject", domain="development")
remote.sync(execution, sync_nodes=True)
inputs = execution.node_executions["n0"].executions[0].inputs
my_local_task.dispatch_execute(flytekit.FlyteContextManager.current_context(), inputs)
Do you know, how I could execute a (sub-)workflow in a similar way?Samhita Alla
Klemens Kasseroller
05/05/2023, 2:12 PM