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 Feb 6, 2023
1 parent 834d61c commit cc004e9
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 @@ -378,5 +378,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 cc004e9

Please sign in to comment.