white-teacher-47376
05/04/2023, 9:58 AMtall-lock-23197
white-teacher-47376
05/04/2023, 10:46 AMwhite-teacher-47376
05/04/2023, 10:48 AMtall-lock-23197
white-teacher-47376
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?tall-lock-23197
white-teacher-47376
05/05/2023, 2:12 PM