Explorar el Código

添加节点prepare context

wangbo hace 4 meses
padre
commit
71172248cf
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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 {