Hi Martin,
Thanks for the reply, actually I have observed this behavior in my application which has integrated activiti framework. So I have tested the same workflow in activti explorer which I had downloaded from activiti site itself, and found same behavior here as well, I am considering execution path which displayed with RED font. All the attached screenshots above are also of the same activiti explorer.
So, here activiti explorer is also displaying execution path in this way. however I am constructing the execution path from processDefinition.getActivities() and
List<HistoricActivityInstance> historicActivityInstances = ActivitiUtil.getHistoryService().createHistoricActivityInstanceQuery()
.processInstanceId(processInstanceId).list();
You can check the same scenario in activiti explorer with simple workflow as I had attached, just execute boundary timer instead of complete user task.
appreciate your suggestions.
Thanks,
JDP