Suresh R
03/25/2022, 1:12 AMKevin Kho
Suresh R
03/25/2022, 1:26 AMKevin Kho
get_task_run_result
task will be easier. You can just call get_task_run_result.run(...)
to use the Python under the hoodSuresh R
03/25/2022, 1:28 AMKevin Kho
Storage().load()
with the location, but this task logic will do it all for you in one callKevin Kho
query {
flow_run(where: {id: {_eq: "bb37bbfd-7fae-4357-8cf2-3d85cd8b1c6f"}}) {
task_runs{
state_result
}
}
}
and then you get the json, and then figure out how to load itSuresh R
03/25/2022, 1:52 AMSuresh R
03/25/2022, 1:53 AMKevin Kho
Suresh R
03/25/2022, 6:12 AMKevin Kho