Hello guys, I try to understand how I can pass the...
# ask-community
a
Hello guys, I try to understand how I can pass the result of one flow to another one? Ex. The first flow should generate the meta-information about the requested video. The second flow should use this information to do some business logic. How I can do it in prefectly way?
k
Hey @Aleksandr Liadov, you need to use the
create_flow_run
,
wait_for_flow_run
and
get_task_run_result
tasks outlined here
upvote 1