Bug 1167610
| Summary: | Process definition is not updated when new version of project is deployed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Lyle Wang <lywang> | ||||
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.3 | CC: | kverlaen, mbaluch | ||||
| Target Milestone: | ER4 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 20:01:42 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Lyle Wang
2014-11-25 07:14:27 UTC
Probably a duplicate of bug 1008918. this has already been fixed in master and 6.2.x (which will become 6.1 product) with this commit: jbpm master: https://github.com/droolsjbpm/jbpm/commit/4179cbdefe37be5c452cfc59e7d1e8794c0d0ef0 6.2.x: https://github.com/droolsjbpm/jbpm/commit/d586c1bcbf8efc7de10d955a535fffa50c5c0c9a see attached screenshot Created attachment 961346 [details]
both processes are available even though they have both id and version exactly the same
Thanks Maciej, that screenshot helps to make things clear and it looks perfect :) *** Bug 1008918 has been marked as a duplicate of this bug. *** BPMS 6.1.0.ER3: "Process Management / Process Definitions" page, only one process version 1 is listed. This is as expected. The version column is displaying the version property of the process. Since you didn't update the version in the process after doing changes, it will still be 1.0. Note that the version property of a process is user-controlled: they can decide when to update a version (this is not done automatically) and what to call them. They can have multiple processes have the same version (if the process did not change between different project versions, or if they believe the changes for example were minor, not require bumping the version). Note that the project id is correctly showing the updated project id (as you can't have two projects with the same groupid - artefactid - version). BPMS 6.1.0.ER4 |