src/api/workflow/workflowCommon/types.ts
@@ -1,10 +1,13 @@ import { NodeConfigVO } from '@/api/workflow/nodeConfig/types'; import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types'; export interface RouterJumpVo { wfDefinitionConfigVo: DefinitionConfigVO; wfNodeConfigVo: NodeConfigVO; businessKey: string; taskId: string; type: string; } businessId: string; taskId: string | number; type: string; formCustom: string; formPath: string; } export interface StartProcessBo { businessId: string | number; flowCode: string; variables: any; }