public run endpoint with error code (#3512)

This commit is contained in:
LawyZheng
2025-09-24 14:49:20 +08:00
committed by GitHub
parent ad731f6175
commit b2848ceaf2
5 changed files with 8 additions and 0 deletions

View File

@@ -1592,6 +1592,7 @@ class WorkflowService:
totp_url=workflow_run.totp_verification_url or None,
totp_identifier=workflow_run.totp_identifier,
),
errors=workflow_run_status_response.errors,
)
payload_dict = json.loads(workflow_run_status_response.model_dump_json())
workflow_run_response_dict = json.loads(workflow_run_response.model_dump_json())