Skip to content

Commit ee0cfbb

Browse files
iwangbowenCopilot
andcommitted
feat(工作流引擎): 增强工作流定义与实例的验证功能 [实现: 引入新的流程图验证引擎,支持多种节点类型和条件表达式,优化节点与边的管理]
Co-authored-by: Copilot <copilot@github.com>
1 parent 06dc430 commit ee0cfbb

12 files changed

Lines changed: 4446 additions & 115 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE TYPE "public"."workflow_node_type" AS ENUM('start', 'approve', 'end', 'exclusiveGateway', 'parallelGateway', 'ccNode');--> statement-breakpoint
2+
ALTER TABLE "workflow_tasks" ADD COLUMN "node_type" "workflow_node_type";

0 commit comments

Comments
 (0)