added fail to action config

This commit is contained in:
Kofo Okesola 2024-10-13 04:27:46 +01:00
parent 31d6e10e20
commit 02a511369f
1 changed files with 1 additions and 0 deletions

View File

@ -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 {