update 调整流程定义配置逻辑
This commit is contained in:
@ -5,4 +5,10 @@ export interface RouterJumpVo {
|
||||
businessKey: string;
|
||||
taskId: string;
|
||||
type: string;
|
||||
}
|
||||
|
||||
export interface StartProcessBo {
|
||||
businessKey: string | number;
|
||||
tableName: string;
|
||||
variables: any;
|
||||
}
|
||||
Reference in New Issue
Block a user