| Summary: | Process containing Event Sub-Process without connections is not validated correctly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Tomas Livora <tlivora> | ||||
| Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas Livora <tlivora> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | kverlaen, rrajasek, vigoyal | ||||
| Target Milestone: | ER1 | ||||||
| Target Release: | 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Known Issue | |||||
| Doc Text: |
Cause:
The validator expects an Event Sub-Process to have incoming and outgoing connections.
Consequence:
A process that should be valid according to the BPMN 2.0 standard is marked as invalid by the validator.
Workaround (if any):
Result:
User is not able to create a valid process with an alternative flow that reacts to the event thrown in the main flow.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:02:35 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: | |||||
| Attachments: |
|
||||||
fixed in designer master and 6.0.x branches Verified on BPMS 6.0.1 ER1 |
Created attachment 837227 [details] Simple process with event subprocess Description of problem: When you create a proccess containing Event Sub-Process, the validator is complaining that this node has no incoming and outgoing connections. But according to the BPMN 2.0 standard the Event Sub-Process is not supposed to have any incoming or outgoing connections, so this should be a valid process. Version-Release number of selected component (if applicable): ER5 Steps to Reproduce: 1. Download the attached process and import it into the designer. 2. Try to validate the process. Actual results: There are two validation errors - the Event Sub-Process has no incoming and no outgoing connections. Expected results: No validation errors.