cancel
Showing results for 
Search instead for 
Did you mean: 

historicFormProperties

fchatzia
Champ in-the-making
Champ in-the-making
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);
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
Use historic TASK variables for this OR cross-match the historic activity ID (in ACT_HI_DETAIL) with the task you're interested in. Since a task is also an activity…
Getting started

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.