核心信息提取
This commit is contained in:
@@ -56,6 +56,17 @@ public class BpmTaskVO {
|
||||
*/
|
||||
private ProcessInstance processInstance;
|
||||
|
||||
/**
|
||||
* 历史流程实例编号
|
||||
*/
|
||||
private String historyInstanceId;
|
||||
|
||||
/**
|
||||
* 业务流程重要信息
|
||||
*/
|
||||
private String instanceSign;
|
||||
|
||||
|
||||
@ApiModelProperty("父任务编号")
|
||||
private String parentTaskId;
|
||||
|
||||
@@ -102,5 +113,4 @@ public class BpmTaskVO {
|
||||
private BpmProcessInstanceVO.User startUser;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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