Kaynağa Gözat

添加节点prepare context

wangbo 4 ay önce
ebeveyn
işleme
71172248cf
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      service/response/workflow.go

+ 3 - 2
service/response/workflow.go

@@ -57,8 +57,9 @@ type Option struct {
 }
 
 type Props struct {
-	Multiple   bool `json:"multiple"`
-	Filterable bool `json:"filterable"`
+	Multiple   bool   `json:"multiple"`
+	Filterable bool   `json:"filterable"`
+	Context    string `json:"context"`
 }
 
 type Rule struct {