Update api/controllers/console/app/workflow.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Yeuoly 2025-10-30 15:58:58 +08:00 committed by GitHub
parent defea962f6
commit 49ebbd05b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ class DraftWorkflowTriggerRunAllApi(Resource):
except InvokeRateLimitError as ex:
raise InvokeRateLimitHttpError(ex.description)
except Exception:
logger.exception("Error running draft workflow trigger webhook run")
logger.exception("Error running draft workflow trigger run-all")
return jsonable_encoder(
{
"status": "error",