create and update workflow run block inworkflow execution (#1419)

This commit is contained in:
Shuchang Zheng
2024-12-22 11:16:23 -08:00
committed by GitHub
parent 8b75586fb1
commit b256bace6a
8 changed files with 279 additions and 54 deletions

View File

@@ -18,6 +18,7 @@ class WorkflowRunBlock(BaseModel):
status: str | None = None
output: dict | list | str | None = None
continue_on_failure: bool = False
failure_reason: str | None = None
task_id: str | None = None
url: str | None = None
navigation_goal: str | None = None