Chore: fix typo, no code change (#23331)

This commit is contained in:
Yongtao Huang
2025-08-03 22:30:28 +08:00
committed by GitHub
parent dedd5f571c
commit 964fa132cb
4 changed files with 9 additions and 9 deletions

View File

@@ -444,9 +444,9 @@ class WorkflowService:
self, node_data: dict, tenant_id: str, user_id: str, node_id: str, user_inputs: dict[str, Any]
) -> WorkflowNodeExecution:
"""
Run draft workflow node
Run free workflow node
"""
# run draft workflow node
# run free workflow node
start_at = time.perf_counter()
node_execution = self._handle_node_run_result(