Is there a way to fork/trigger a new Flow from the...
# data-tricks-and-tips
y
Is there a way to fork/trigger a new Flow from the middle? For example, assume I have some successful Flow named "baseline", will it be possible to fork new runs out of it and adding new tasks/configurations?
1
b
Hi Yossi, thanks for reaching out. Is this for prefect 1.0 or 2.0?
y
@Bianca Hoch 1.0. Is there a way to start using 2.0? We are newcomers so we are open to use the latest and greatest.
a
to start your workflow from an arbitrary point, you may leverage the orchestrator pattern https://discourse.prefect.io/tag/orchestrator-pattern for migration guides, check https://discourse.prefect.io/tag/migration-guide + migration docs are coming soon
🙌 1