Merge pull request #801 from wanxunyang/fix/workflow-share-opening-knowledge-wxy

fix: include features in workflow config snapshot on release restore
This commit is contained in:
Mark
2026-04-07 17:43:04 +08:00
committed by GitHub

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,