lkjnb
11/07/2024, 12:13 PMMarvin
11/07/2024, 12:13 PMlkjnb
11/07/2024, 12:45 PMMarvin
11/07/2024, 12:45 PM@task
decorator to define tasks and employ deferred execution. This allows you to manage task execution timings, though it isn't explicitly designed for manual intervention step-by-step.
- More on this here: Deferred Tasks in Prefect
If none of these suit your needs for step-by-step manual advancement, you might consider breaking your workflow into multiple flows or using a custom logic outside Prefect to trigger the next task asynchronously or on your command.
Think of it like trying to stop and start a train: it's not quite what the system is designed for, but with some ingenuity (and perhaps a few friendly train conductors), it might just work.