add observer task block (#1665)

This commit is contained in:
Shuchang Zheng 2025-01-28 16:59:54 +08:00 committed by GitHub
parent 1b79ef9ca3
commit 185fc330a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 224 additions and 22 deletions

View file

@ -108,6 +108,7 @@ class WorkflowRun(BaseModel):
totp_verification_url: str | None = None
totp_identifier: str | None = None
failure_reason: str | None = None
parent_workflow_run_id: str | None = None
created_at: datetime
modified_at: datetime