diff options
Diffstat (limited to 'pkg/aflow/ai')
| -rw-r--r-- | pkg/aflow/ai/ai.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/aflow/ai/ai.go b/pkg/aflow/ai/ai.go index 0905fe5aa..a00380ae7 100644 --- a/pkg/aflow/ai/ai.go +++ b/pkg/aflow/ai/ai.go @@ -6,7 +6,10 @@ package ai type WorkflowType string +// Note: don't change string values of these types w/o a good reason. +// They are stored in the dashboard database as strings. const ( WorkflowPatching = WorkflowType("patching") + WorkflowModeration = WorkflowType("moderation") WorkflowAssessmentKCSAN = WorkflowType("assessment-kcsan") ) |
