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

@@ -1,3 +1,4 @@
import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types';
export interface ProcessDefinitionQuery extends PageQuery {
key?: string;
name?: string;
@@ -14,6 +15,7 @@ export interface ProcessDefinitionVO extends BaseEntity {
diagramResourceName: string;
deploymentId: string;
deploymentTime: string;
wfDefinitionConfigVo: DefinitionConfigVO;
}
export interface definitionXmlVO {