feat: enhance AI workflow with new ticket creation and fallback handling logic
This commit is contained in:
@@ -323,7 +323,10 @@ export type AIWorkflowDefinition = {
|
||||
source: string
|
||||
target: string
|
||||
condition?: {
|
||||
expression: string
|
||||
expression?: string
|
||||
left?: AIWorkflowVariableSelector
|
||||
operator?: string
|
||||
right?: unknown
|
||||
}
|
||||
}[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user