Modify WorkflowRunNodeExecutionListApi and keep paused records as is (vibe-kanban 05b90412)

The current implementation filters out all node executions whose status is `paused`. Please remove this logic, add unit / integration tests and execute relevant tests.
This commit is contained in:
QuantumGhost
2026-01-27 18:11:24 +08:00
parent f3eb342883
commit d289cf4824
6 changed files with 51 additions and 15 deletions

View File

@ -2,8 +2,7 @@ import enum
class HumanInputFormStatus(enum.StrEnum):
"""Status of a human input form.
"""
"""Status of a human input form."""
# Awaiting submission from any recipient. Forms stay in this state until
# submitted or a timeout rule applies.