02-10-2014 10:39 PM
02-11-2014 02:22 AM
public void recordTaskClaim(String taskId) {
if (isHistoryLevelAtLeast(HistoryLevel.AUDIT)) {
HistoricTaskInstanceEntity historicTaskInstance = getDbSqlSession().selectById(HistoricTaskInstanceEntity.class, taskId);
if (historicTaskInstance != null) {
historicTaskInstance.setClaimTime( ClockUtil.getCurrentTime());
}
}
}
02-11-2014 03:23 AM
02-11-2014 10:01 AM
02-11-2014 09:53 PM
02-12-2014 01:01 PM
02-12-2014 08:36 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.