Skip to content

Commit

Permalink
hotfix: switch query table to transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-mtos committed Jan 13, 2025
1 parent f95dfc0 commit 05f10a3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
from ...common.utils.db_exceptions import common_db_exceptions
from ..utils import pg_query, rewrap_exceptions, wrap_in_class

# FIXME: We should use latest_transitions instead of transitions
# Query to get a paused execution token
get_paused_execution_token_query = """
SELECT * FROM latest_transitions
SELECT * FROM transitions
WHERE
execution_id = $1
AND type = 'wait'
Expand Down

0 comments on commit 05f10a3

Please sign in to comment.