兰宝车间质量管理系统-前端
src/api/workflow/workflowCommon/types.ts
@@ -1,8 +1,13 @@
import { NodeConfigVO } from '@/api/workflow/nodeConfig/types';
export interface RouterJumpVo {
    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;
}