update task_v2 block workflow run id missing log to warning (#1807)

This commit is contained in:
Shuchang Zheng
2025-02-23 01:08:05 -08:00
committed by GitHub
parent 713005f403
commit b0fbb5e161

View File

@@ -1393,7 +1393,7 @@ async def _flatten_workflow_run_timeline(organization_id: str, workflow_run_id:
final_workflow_run_block_timeline.append(timeline)
continue
if not timeline.block.block_workflow_run_id:
LOG.error(
LOG.warning(
"Block workflow run id is not set for task_v2 block",
workflow_run_id=workflow_run_id,
organization_id=organization_id,