Mike Lev
10/30/2021, 7:44 PMKevin Kho
create_flow_run, wait_for_flow_run and get_task_run_result. You would get the task run result and then pass it as the payload to the next create_flow_run as a Parameter.
This has an example for the first two. You need to slow the slug you are looking for ahead of time. This blog also has an exampleMike Lev
10/31/2021, 1:41 PMprefect server start
any full examples of such use cases or best practices?
just for additional context running into some issues while working inside of a devcontainer where access to localhost is klunkyKevin Kho
prefect server start --expose will help. The Orchestration docs will be applicable to both Server and Cloud. The important thing is you are able to spin up an agent with prefect agent local start that can communicate with the server