Skip to content

Commit

Permalink
fix: Use transitions table
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Dec 26, 2024
1 parent 268fd3f commit e962645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# FIXME: Use latest_transitions instead of transitions
# Query to get an execution transition
get_execution_transition_query = """
SELECT * FROM latest_transitions
SELECT * FROM transitions
WHERE
transition_id = $1
OR task_token = $2
Expand Down

0 comments on commit e962645

Please sign in to comment.