Hi,
That may be a stupid question...
I'm using historyTask to show the already completed tasks for a process instance to provide some useful detail to assignee and participant of the next task.
It works well but the task name, it's very strange !
HistoryTask doesn't contain any thing to access to the original Task name in jbpm 4.4 !
I have tried to access to the completed task with the taskService, but I can't get it because it is completed...
Any idea to solve that ?
Regards