feat: implement business node specifications and enhance workflow editor with node specs support
This commit is contained in:
@@ -450,6 +450,8 @@ export type AIWorkflowNodeSpec = {
|
||||
title: string
|
||||
description: string
|
||||
icon: string
|
||||
category: "trigger" | "control" | "ai" | "business" | "utility"
|
||||
executable: boolean
|
||||
riskLevel: "low" | "medium" | "high"
|
||||
interruptible: boolean
|
||||
requiresConfirmationPredecessor: boolean
|
||||
|
||||
Reference in New Issue
Block a user