Brett Naul
01/07/2021, 6:52 PMmanual_only
trigger but that can be achieved at runtime instead. so something like
if condition and not prefect.context["manual_approval"]:
raise signals.PAUSE()
Dylan
resume=True
Should be in the top-level of context whenever manually restarting from PausedDylan
prefect.context.get("resume")
to determine if it was a manual restartBrett Naul
01/07/2021, 9:27 PMDylan
Dylan
Marvin
01/07/2021, 9:29 PM