update 调整流程定义配置逻辑

This commit is contained in:
gssong
2024-04-06 21:06:59 +08:00
parent 9f73ea2d32
commit b4b0eba228
7 changed files with 183 additions and 63 deletions

View File

@ -5,4 +5,10 @@ export interface RouterJumpVo {
businessKey: string;
taskId: string;
type: string;
}
export interface StartProcessBo {
businessKey: string | number;
tableName: string;
variables: any;
}