| Summary: | /rest/runtime/{depId}/history/instance/{procId}/node call fails for all processes | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marco Rietveld <mrietvel> |
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ivo Bek <ibek> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0.0 | CC: | kverlaen, smcgowan |
| Target Milestone: | ER6 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:11:16 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: | |
Fixed, commits: 6.0.x: https://github.com/droolsjbpm/droolsjbpm-integration/commit/fe29c12b58689152b0afb2b368cf80c4a3ba4e82 master: https://github.com/droolsjbpm/droolsjbpm-integration/commit/19267a0e02ff368b0e55ffa0029fa6b01d43e6cb Marco Rietveld <marco.rietveld> updated the status of jira JBPM-4170 to Resolved Verified in BPMS 6.0.0.ER7 |
Description of problem: Version-Release number of selected component (if applicable): 6.0.0-SNAPSHOT How reproducible: Always Steps to Reproduce: 1. Execute any process - at least one node (e.g. the start node) will have a null workItemId in the NodeInstanceLog table. 2. Get from URL /rest/runtime/{depId}/history/instance/{procId}/node Actual results: Operation does *not* return list of information (JaxbNodeInstanceLog instances). Exception: "Unable to initialize workItemId when creating JaxbNodeInstanceLog.". Expected results: Operation does return list of information (JaxbNodeInstanceLog instances). Additional info: See JBPM-4170