When a user completes a task survey using Legacy surveys, the State of the task survey stays in "Requested" instead of transitioning to a State of "Completed"Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms All task_survey records which were completed by their respective assigned users are staying in a State of "Requested" instead of transitioning to a State of "Completed". Release Kingston Patch 7 Cause After a thorough investigation across multiple teams of Product Owners, it is our recommendation that the user move to the current Survey Management application, as the future of Survey Management lay in the current application, versus in legacy surveys. Resolution As mentioned above, it is our recommendation that the user migrate to the current Survey Management application.If the user is not ready to move to the current Survey Management application, here is a possible suggestion which could help with this behavior:To prevent this behavior from happening in the future (a fix-forward option), perhaps the user could create a Business Rule with a query string where the Survey is the "General Survey" Survey and find a current.response on the task on the task_survey table. It is using the Task ID from the survey_response table and making a connection to the sys_id on the task_survey table to the 'task' field. Once these two match, it will set the state to "Completed". As such a Business Rule would be custom, writing and testing it would be something that the user and their development team would handle, as Support engineers are experts in OOB behaviors, and specialize in resolving OOB break-fix behaviors. Unfortunately, the debugging and implementing of customizations like this is not in Support's area of expertise.If the user would prefer to migrate to the current Survey Management application, here are some helpful documents to assist with the migration process: Legacy survey migration