namespace e_suite.Workflow.Core.Enums; public enum RuleOperator { All, Any, CountAtLeast, CountExactly, FilterByRaci, FilterByOutcome, And, Or }