src/api/workflow/workflowCommon/types.ts
@@ -2,9 +2,15 @@ import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types'; export interface RouterJumpVo { wfDefinitionConfigVo: DefinitionConfigVO; wfNodeConfigVo: NodeConfigVO; businessKey: string; taskId: string; type: string; } wfNodeConfigVo: NodeConfigVO; wfDefinitionConfigVo: DefinitionConfigVO; businessKey: string; taskId: string; type: string; } export interface StartProcessBo { businessKey: string | number; tableName: string; variables: any; }