10-20-2016 01:33 AM
// Check All task for my-process
List<HistoricTaskInstance> historyList = historyService.createHistoricTaskInstanceQuery()
.processDefinitionKey("my-process")
.list();
// Get my task historic info
HistoricTaskInstance history = historyList.get(0);
String taskId = history.getId();
// !! I want to know this !!
String isFinished = ?
10-20-2016 03:00 AM
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.