Liz
10/25/2023, 5:36 PMNate
10/25/2023, 5:47 PMreturn
) from your task-decorated function are tracked so that you can wait_for
certain results when calling downstream tasks
◦ if you configured results, we will save / serialize the return
of that function to your desired storage location
◦ your function will be executed in a worker thread, not the main thread
• when running a normal function in a flow
◦ none of the above happens, everything is just like normal pythonLiz
10/25/2023, 6:17 PM