How to delete/publish a workflow version which is checked outIssue <!-- 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; } --> How to delete/publish a workflow version which is checked out by another user. This will resolve issues where you cannot checkout a workflow. And also revert to a previous version (this will only work if the workflow is checked out).CauseYou cannot checkout a workflow because it's currently checked out by another user.ResolutionFollow the steps below to force checkout a workflow version: 1. Go to the [wf_workflow] table. 2. Once there search for the desired workflow, open the parent record 3. In the "workflow versions" related list, select the one that is checked out by a user. You can see which version is checked out by seeing the columns "checked out" and "checked out by." Open the record. 4. Once inside the record click on show workflow in the related links. 5. Once there click on the three line or hamburger icon and here the option to force checkout will be seen. (NOTE: This option only exists on versions which are checked out by a user) 6. Clicking on the force checkout will now check out the workflow version for the current user. Upon which the user can decide to delete or publish this version. Related Linksplease note that workflow's name could change, if that is the case when the [wf_workflow_verion] would contain the new name, and the previous versions would contain the old name. [wf_workflow] record would contain the new name.