workflow run block description generation (#1482)

This commit is contained in:
Shuchang Zheng 2025-01-03 15:55:57 -08:00 committed by GitHub
parent 60e051eeb5
commit 187c18d83c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 91 additions and 2 deletions

View file

@ -382,6 +382,7 @@ def convert_to_workflow_run_block(
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,
description=workflow_run_block_model.description,
block_type=BlockType(workflow_run_block_model.block_type),
label=workflow_run_block_model.label,
status=BlockStatus(workflow_run_block_model.status),