-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
6.3.0
-
None
Description of problem:
Example process with user tasks inside ad-hoc subprocess. When starting process instance and viewing the process view, the active tasks are not highlighted. What is highlighted is the ad-hoc process itself. (example here: http://imgur.com/F1xgjTl)
jBPM Designer is getting passed the ID of the ad-hoc subprocess instead of the task inside the subprocess.
The console code should be getting node info from getProcessInstanceHistory in RuntimeDataServiceImpl and there seems to be some issue there with the executed queries
How reproducible:
Steps to Reproduce:
1. In workbench create sample process (bpmn2 attached)
2.Build Project
3. Start process instance
4. View Process View
Actual results:
The "active" node is the ad-hoc subprocess
Expected results:
The "active" node should be the task inside subprocess