Bug 1139591
| Summary: | Able to create task nodes without start node and end node in embedded subprocess | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise BRMS Platform 5 | Reporter: | Abhijit humbe <abhumbe> | ||||
| Component: | jBPM 5 | Assignee: | Kris Verlaenen <kverlaen> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | BRMS 5.3.1 | CC: | alazarot, tpothine | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1147969 (view as bug list) | Environment: | |||||
| Last Closed: | 2025-02-10 03:42:58 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: | |||||||
| Bug Depends On: | 1139569 | ||||||
| Bug Blocks: | 1147969 | ||||||
| Attachments: |
|
||||||
Validation whether nodes were connected to start node was not performed for subprocesses, fixed in master by https://github.com/droolsjbpm/jbpm/commit/35d674e52758ca10dbd65256d38b4a9906b8f246 This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |
Created attachment 935616 [details] BPMN process Description of problem: In embedded subprocess we can create task nodes without start node and end node.We can build package and start process instance without any issue. BPMN process attached to replicate issue. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Import attached BPMN process. 2. Build package and start server instance. Actual results: Process instance executed without any error. Expected results: Exception should be thrown while building package. Additional info: