STS009 - Start Workflow - Cycle 5
NOTE: Cycle 5 can 100% pass, but this is a small bug related to searching for workflow documents. Search parameters are the issue here and the scope of them, not the test itself.
1. Go to Add Workflow Documents page
2. If a small search parameter is requested (for example: a), DQL will run a query looking for '%a%'
3. Please Wait screen will appear, and no results will be shown, as the query is extremely broad in scope
4. DQL will successfully run in Wizard back-end, but the following error will be shown in the console:
<Jun 17, 2011 5:15:35 PM CDT> <Critical> <Health> <BEA-310003> <Free memory in the server is 4,125,904 bytes. There is danger of OutOfMemoryError>
5. The search results are never presented and server must be restarted
See image attachment search.png to replicate the error.
Suggestions for repair:
* Limit search terms to 4 characters or more
* If search term with 3 of fewer characters is entered, and search is clicked, a specific scope or limiting feature should be implemented
Search Parameters