Hi,
I would like to take the form properties of a historic task. I tried the code that i write here but the variable formProperties is still HistoricDetailQuery and there isn't a method to get the formProperties of the specific taskId.
HistoryService serv = processEngine.getHistoryService();
HistoricDetailQuery query = serv.createHistoricDetailQuery();
HistoricDetailQuery formProperties = query.formProperties().taskId(taskId);