Skip to content

Commit

Permalink
Implement out-of-process flow run pauses (#7863)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Angell <42625717+zangell44@users.noreply.github.com>
  • Loading branch information
2 people authored and zanieb committed Dec 22, 2022
1 parent 727ecd5 commit 4eca421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,5 +363,5 @@ class FlowPauseTimeout(PrefectException):
"""Raised when a flow pause times out"""


class PausedRun(BaseException):
class PausedRun(PrefectSignal):
"""Signal raised when exiting a flow early for nonblocking pauses"""

0 comments on commit 4eca421

Please sign in to comment.