核心信息提取
This commit is contained in:
@@ -19,10 +19,9 @@ public interface IBpmService<T> extends IService<T> {
|
||||
*/
|
||||
void updateProcessStatus(String businessId, Integer status);
|
||||
|
||||
// /**
|
||||
// * 根据业务id获取历史审批id以及该任务的重要信息
|
||||
// * @param processKey 业务流程key
|
||||
// * @param businessId 业务流程id
|
||||
// */
|
||||
// BpmInstanceInfo getInstanceInfo(String processKey,String businessId);
|
||||
/**
|
||||
* 根据业务id获取历史审批id以及该任务的重要信息
|
||||
* @param businessId 业务流程id
|
||||
*/
|
||||
BpmInstanceInfo getInstanceInfo(String businessId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user