fix(workflow): restore opening statement and citation display in shared workflows

This commit is contained in:
wxy
2026-04-07 15:57:09 +08:00
parent cfbf83f71e
commit cd8229f370

View File

@@ -1360,6 +1360,7 @@ class AppService:
variables=cfg.get("variables", []),
execution_config=cfg.get("execution_config", {}),
triggers=cfg.get("triggers", []),
features=cfg.get("features", {}),
is_active=True,
created_at=now,
updated_at=now,