feat: release and discard workflow changes

This commit is contained in:
Fu Diwei
2025-01-05 02:38:01 +08:00
parent 9c4831fa3f
commit 7cf96d7d7e
6 changed files with 206 additions and 165 deletions

View File

@@ -45,7 +45,7 @@ type WorkflowNode struct {
Type WorkflowNodeType `json:"type"`
Name string `json:"name"`
Config map[string]any `json:"config"`
Config map[string]any `json:"data"`
Inputs []WorkflowNodeIO `json:"inputs"`
Outputs []WorkflowNodeIO `json:"outputs"`