WorkflowNodeMeta
Defined in: packages/rxdb-plugin-trigger/src/rete/types.ts:62
WorkflowNodeMeta - 编辑器中节点的元数据
Properties
config?
optional config?: Record<string, unknown>;
Defined in: packages/rxdb-plugin-trigger/src/rete/types.ts:72
节点配置
label?
optional label?: string;
Defined in: packages/rxdb-plugin-trigger/src/rete/types.ts:70
显示标签
nodeType
nodeType: WorkflowNodeType;
Defined in: packages/rxdb-plugin-trigger/src/rete/types.ts:66
节点类型
retry?
optional retry?: object;
Defined in: packages/rxdb-plugin-trigger/src/rete/types.ts:74
重试配置
factor?
optional factor?: number;
maxAttempts?
optional maxAttempts?: number;
maxTimeoutInMs?
optional maxTimeoutInMs?: number;
minTimeoutInMs?
optional minTimeoutInMs?: number;
taskId?
optional taskId?: string;
Defined in: packages/rxdb-plugin-trigger/src/rete/types.ts:68
关联任务ID
workflowNodeId
workflowNodeId: string;
Defined in: packages/rxdb-plugin-trigger/src/rete/types.ts:64
工作流节点ID