added fail to action config
This commit is contained in:
parent
31d6e10e20
commit
02a511369f
|
@ -31,6 +31,7 @@ type Action struct {
|
|||
Type string `json:"type"`
|
||||
Config json.RawMessage `json:"config"`
|
||||
Next string `json:"next"`
|
||||
Fail string `json:"fail"`
|
||||
}
|
||||
|
||||
type ConditionalExpressions struct {
|
||||
|
|
Loading…
Reference in New Issue