feat: [BPM 工作流] Simple 模型新增跳过表达式
This commit is contained in:
@@ -602,6 +602,8 @@ export interface SimpleFlowNode {
|
||||
signEnable?: boolean;
|
||||
// 审批意见
|
||||
reasonRequire?: boolean;
|
||||
// 跳过表达式
|
||||
skipExpression?: string;
|
||||
// 触发器设置
|
||||
triggerSetting?: TriggerSetting;
|
||||
// 子流程
|
||||
|
||||
Reference in New Issue
Block a user