mirror of
https://github.com/langgenius/dify.git
synced 2026-02-03 01:21:18 +08:00
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:
parent
defea962f6
commit
49ebbd05b5
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user