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

@@ -214,6 +214,7 @@ export type UserTaskFormType = {
returnNodeId?: string;
roleIds?: number[]; // 角色
signEnable: boolean;
skipExpression?: string; // 跳过表达式
taskAssignListener?: {
body: HttpRequestParam[];
header: HttpRequestParam[];