feat: support pausing workflow trigger log

This commit is contained in:
Yeuoly
2025-10-22 11:45:05 +08:00
parent a1ea256e79
commit dd6ab7c68c
3 changed files with 11 additions and 10 deletions

View File

@ -52,6 +52,7 @@ class WorkflowTriggerStatus(StrEnum):
QUEUED = "queued"
RUNNING = "running"
SUCCEEDED = "succeeded"
PAUSED = "paused"
FAILED = "failed"
RATE_LIMITED = "rate_limited"
RETRYING = "retrying"