https://prefect.io logo
Title
k

kushagra kumar

05/17/2022, 12:12 PM
NEWBIE Here:
Hi, Is there a possibility of non-linearity and cross- and intra-flow/ work flow interaction in
prefect 2.0
? Need to do some POC.
a

Anna Geller

05/17/2022, 12:23 PM
Welcome to Prefect @kushagra kumar! 👋 can you explain your use case a bit more? there are two ways of managing dependencies between flows in Prefect 2.0: 1. Subflows - calling one function decorated with
@flow
in another function decorated with
@flow
2. Orchestrator pattern - starting a flow run via an API call from another flow
k

kushagra kumar

05/17/2022, 12:52 PM
Thanks for sharing this.., I will try this out and In case have any doubts will get back to you.
👍 1