feat: [BPM 工作流] Simple 模型新增跳过表达式

This commit is contained in:
jason
2025-08-05 22:58:11 +08:00
parent 8e4ea3ca44
commit 849f2becd8
5 changed files with 32 additions and 6 deletions

View File

@@ -602,6 +602,8 @@ export interface SimpleFlowNode {
signEnable?: boolean;
// 审批意见
reasonRequire?: boolean;
// 跳过表达式
skipExpression?: string;
// 触发器设置
triggerSetting?: TriggerSetting;
// 子流程