feat: enhance AI workflow with new ticket creation and fallback handling logic

This commit is contained in:
mlogclub
2026-06-25 18:28:16 +08:00
parent 22c241a4ad
commit 34d70e769f
8 changed files with 490 additions and 25 deletions
+4 -1
View File
@@ -323,7 +323,10 @@ export type AIWorkflowDefinition = {
source: string
target: string
condition?: {
expression: string
expression?: string
left?: AIWorkflowVariableSelector
operator?: string
right?: unknown
}
}[]
}