add organization_id to the Created workflow run log (#1636)

This commit is contained in:
Shuchang Zheng
2025-01-24 18:04:07 +08:00
committed by GitHub
parent 3a1b6d185d
commit 296abc7aa5

View File

@@ -131,6 +131,7 @@ class WorkflowService:
request_id=request_id,
workflow_run_id=workflow_run.workflow_run_id,
workflow_id=workflow.workflow_id,
organization_id=workflow.organization_id,
proxy_location=workflow_request.proxy_location,
webhook_callback_url=workflow_request.webhook_callback_url,
)