export declare function taskInfoByProInIds(id, type): any //终止流程(作废流程) export declare function terminationProcess(data): any // 加签(给任务添加处理人) export declare function addHandled(data): any // 指派审批人 export declare function assignHandled(data): any //消息推送 export declare function sendmessagelog(data): any