跳到主要内容

WorkflowEdge

Defined in: packages/rxdb-plugin-trigger/src/workflow/schema.ts:67

WorkflowEdge - 工作流边定义

Properties

condition?

optional condition?: string;

Defined in: packages/rxdb-plugin-trigger/src/workflow/schema.ts:77

条件表达式(condition 类型节点使用)


edgeType

edgeType: WorkflowEdgeType;

Defined in: packages/rxdb-plugin-trigger/src/workflow/schema.ts:75

边类型


id

id: string;

Defined in: packages/rxdb-plugin-trigger/src/workflow/schema.ts:69

边唯一ID


source

source: string;

Defined in: packages/rxdb-plugin-trigger/src/workflow/schema.ts:71

源节点ID


target

target: string;

Defined in: packages/rxdb-plugin-trigger/src/workflow/schema.ts:73

目标节点ID