"Updated By" on the workflow version is showing a non-admin user who do not have permissions to modify the workflow version.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{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Issue Summary"Updated By" on the workflow version is showing a non-admin user who do not have permissions to modify the workflow version. Most Probable CauseExpected Behavior Solution Proposed Explanation: The 'Updated By' on the workflow version table is not the user who modifies the workflow but its the user who initiates the workflow on any particular record. Ex: If a workflow is associated to a catalog item and a non-admin user submits a REQ using the catalog item. This RITM triggers the workflow attached to the catalog item, but the reason behind it is the 'non-admin' user who submits the Request. So, the workflow version is updated by the user name. For suppose if an 'admin' user modifies a particular workflow version (Checkout and Publish), then the user name is displayed in 'Created By' and 'Updated By' of the new workflow version. The old workflow version will still show the 'Updated By' as the user who last triggered the workflow.