fix(workflow): fetch user failed when workflow run in parallel mode (#20321)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-05-27 22:41:07 +08:00
committed by GitHub
parent 2b81b6673f
commit f233a64eb5
5 changed files with 32 additions and 5 deletions

View File

@@ -411,7 +411,7 @@ class WorkflowAppGenerator(BaseAppGenerator):
for var, val in context.items():
var.set(val)
# Save current user before entering new app context
# FIXME(-LAN-): Save current user before entering new app context
from flask import g
saved_user = None