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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 76 additions and 1 deletions

View file

@ -380,6 +380,7 @@ def convert_to_workflow_run_block(
block = WorkflowRunBlock(
workflow_run_block_id=workflow_run_block_model.workflow_run_block_id,
workflow_run_id=workflow_run_block_model.workflow_run_id,
organization_id=workflow_run_block_model.organization_id,
parent_workflow_run_block_id=workflow_run_block_model.parent_workflow_run_block_id,
block_type=BlockType(workflow_run_block_model.block_type),
label=workflow_run_block_model.label,