export interface TaskInfo { id: string; createTime: string; updateTime: string; tenantId: string; delFlag?: any; definitionId: string; instanceId: string; flowName: string; businessId: string; nodeCode: string; nodeName: string; nodeType: number; permissionList?: any; userList?: any; formCustom: string; formPath?: any; flowCode: string; version: string; flowStatus: string; flowStatusName: string; assigneeIds: string; assigneeNames: string; processedBy: string; type: string; nodeRatio?: any; createBy: string; createByName: string; }