use workflow_kind as business type (snippet/evaluation), not workflow_type.

This commit is contained in:
FFXN
2026-04-20 13:55:26 +08:00
parent b60533dcc3
commit 2b5dbbc7ff
11 changed files with 122 additions and 31 deletions

View File

@@ -68,6 +68,7 @@ pipeline_variable_fields = {
workflow_fields = {
"id": fields.String,
"kind": fields.String(attribute="kind_or_standard"),
"graph": fields.Raw(attribute="graph_dict"),
"features": fields.Raw(attribute="features_dict"),
"hash": fields.String(attribute="unique_hash"),