-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 CE RC1, 7.0.X EE
-
Fix Version/s: 7.0.0 DXP FP26, 7.0.X EE, 7.0.4 CE GA5, Master
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1.5
-
Fix Priority:3
-
Git Pull Request:
-
QA Test Score:5
Validate error handling of kaleo designer such as "No End Node", "No Start Node", "Multiple Start Nodes", "Condition Node", "Configure Condition Node" and "No Connector for Non-State Nodes", the error massage are not met expection result. For example, expect that the definition cannot be saved without a Start Node, but actual result we can and so on. Actual result of each error hadling I am not sure whether they are intended and due to each situation need many steps to be reproduced that will be a long testcase to show in here, so please refer to the attachment 58297-testcase file for details. The below description is just summary.
Summary of each scnario:
A. No End Node
Expect that the Definition can be saved without an End Node .
Actual Result: the portlet displays the error: 'Please enter valid content.'.
B. No Start Node
Expect that the Definition cannot be saved without a Start Node.
Actual result: it can be save as draft.
Expect that 'An error occurred in the workflow engine.' displays.
Actual result: The portlet displays the error: 'Please enter valid content.' .
Expect that 'No initial state found in definition' displays in the console.
Actual result: "No outgoing transition found for initial state StartNode".
C. Multiple Start Nodes
Click Save Draft.
Expect that the portlet displays the error: 'Please enter valid content.'.
Actual result: save as draft successfully with no error.
D. Condition Node
Click Save Draft.
Expect that the portlet displays the error: 'Please enter valid content.'.
Actual result: save as draft successfully with no error.
E. Configure Condition Node
Click Publish.
Expect that the portlet does not display the error: 'Please enter valid content.'.
Actual result: the portlet displays the error: 'Please enter valid content.'.
F. No Connector for Non-State Nodes
Click Save Draft.
Expect that the portlet displays the error: 'Please enter valid content.'.
Actual result: save as draft successfully with no error.
- is duplicated by
-
LPS-73187 Kaleo Designer's validation message is not useful
- Closed