feat: [BPM 工作流] Simple 模型新增跳过表达式
This commit is contained in:
@@ -214,6 +214,7 @@ export type UserTaskFormType = {
|
||||
returnNodeId?: string;
|
||||
roleIds?: number[]; // 角色
|
||||
signEnable: boolean;
|
||||
skipExpression?: string; // 跳过表达式
|
||||
taskAssignListener?: {
|
||||
body: HttpRequestParam[];
|
||||
header: HttpRequestParam[];
|
||||
|
||||
Reference in New Issue
Block a user