Hide Forgot
Description of problem: When viewing process model for given process instance it does not show right information: - mixing nodes from various process instances - marks more nodes than expected Version-Release number of selected component (if applicable): How reproducible: start several process instances of a process that have different flows (for example using XOR gateway) to differ process instances between each other. Steps to Reproduce: 1. 2. 3. Actual results: more nodes are marked as completed Expected results: only actually executed nodes should be marked as completed - strictly scoped to single process instance Additional info:
Fixed queries that are responsible for fetching information about active and completed nodes: jbpm master https://github.com/droolsjbpm/jbpm/commit/c66739afbabff75a70b79f40f2d437f90ad3291d 6.0.x https://github.com/droolsjbpm/jbpm/commit/e8162c761381f9107afc6039f25e5c2ac899f8a3
Verified on ER5. Tried 6 instances of the HR process and the diagrams look correct.