Chore: use Workflow.VERSION_DRAFT instead of hardcoded draft (#23136)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Yongtao Huang
2025-07-30 10:34:51 +08:00
committed by GitHub
parent f17ca26b10
commit ab163a5f75
3 changed files with 11 additions and 9 deletions

View File

@@ -185,7 +185,7 @@ class WorkflowConverter:
tenant_id=app_model.tenant_id,
app_id=app_model.id,
type=WorkflowType.from_app_mode(new_app_mode).value,
version="draft",
version=Workflow.VERSION_DRAFT,
graph=json.dumps(graph),
features=json.dumps(features),
created_by=account_id,