Russell Brooks
06/06/2022, 12:15 AMKevin Kho
06/06/2022, 2:53 AMwith Flow(..) as flow:
flow_run_id = create_flow_run(...)
wait_for_flow_run(flow_run_id)
get_task_run_result(flow_run_id, task_slug)
because the result is already defined on the task level in that sub flowRussell Brooks
06/06/2022, 11:55 PMKevin Kho
06/07/2022, 12:43 AMconfig.toml
What is the RunConfig of the parent flow? That error seems like there is a key but no permissions right? Do you have different sets of keys?Russell Brooks
06/07/2022, 1:14 AM