add workflow run block screenshot and observer thought screenshots (#1444)

This commit is contained in:
Shuchang Zheng
2024-12-27 19:23:07 -08:00
committed by GitHub
parent 4e43639531
commit c4720276c8
8 changed files with 76 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ from skyvern.webeye.actions.actions import Action
class WorkflowRunBlock(BaseModel):
workflow_run_block_id: str
workflow_run_id: str
organization_id: str | None = None
parent_workflow_run_block_id: str | None = None
block_type: BlockType
label: str | None = None