mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 15:01:36 -04:00
use workflow_kind as business type (snippet/evaluation), not workflow_type.
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user