sebastian.clanzett
09/16/2020, 6:30 AMnicholas
09/16/2020, 6:38 AMsebastian.clanzett
09/16/2020, 6:39 AMnicholas
09/16/2020, 6:42 AMFlowRunTask
from the task library to easily kick off runs of different flows as tasks in another; using the wait
kwarg allows you to pass the created run's state to the task that originally created it, which will let you handle it something like a subflow/connected flow. You can read more about that here: https://docs.prefect.io/api/latest/tasks/prefect.html#flowruntasksebastian.clanzett
09/16/2020, 6:44 AMnicholas
09/16/2020, 6:45 AM