Add 'not_equals' and 'not_contains' operators; enhance workflow examples and tests

This commit is contained in:
Jokob @NetAlertX
2026-07-01 08:14:00 +00:00
parent b1e168ba7d
commit 636b0d9ca7
5 changed files with 57 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ let wfEnabledOptions = [
];
let operatorTypes = [
"equals", "contains" , "regex"
"equals", "not_equals", "contains", "not_contains", "regex"
];
let actionTypes = [