fix features not publish

This commit is contained in:
takatost 2024-03-21 13:47:10 +08:00
parent bd409a3caf
commit 0db67a2fd3
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ class WorkflowService:
type=draft_workflow.type,
version=str(datetime.utcnow()),
graph=draft_workflow.graph,
features=draft_workflow.features,
created_by=account.id
)