How to check the progress of a committed update setDescription<!-- 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:; } --> When an update set is committed in the target instance, a message pop up states that the update set is committed. More often than not, the update set would actually be committed but if the updates within the update set is huge, it might take a while to complete the commit process. In some cases the update set is actually still running in the backend. The UI action sets the state of the update set to Committed, while it is still running. This could create some issues if there are more update sets to be committed one after the other, so the chances are that a second update set would be committed before the first one actually finished completely. In some cases, the results would not be favorable. ResolutionThere is a way to check the progress of the update set, to confirm that the commit process has successfully completed. The update sets are picked up by the progress workers to process, in order to get to the progress workers do the following: Navigate to progress workers, System Diagnostics > Progress WorkersSearch for the name of the update set in the name field in the form Otherwise, access via this URL (after replacing <instancename>): https://<instancename>.service-now.com/sys_progress_worker_list.do?sysparm_query=messageLIKEupdate%20set Look for the update set name and the state should be Completed and not 'Running' If the progress worker above states that it is completed, it should have completed the process in the backend as well. If the update set says it is Running, please wait for the update set to complete. The state changes to Completed.