Workflow shows as being updated when someone views itIssue Workflow shows as being updated when someone views it.ResolutionThe "updated by" on workflow version works differently than the other records: 1. 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.Example: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.Hence, the "Updated by" denotes the user who updated workflow version only, not the one who published / checked out / changed the workflow activities. 2. 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. 3. The first time the workflow is run, the validators are triggered and when the workflow version passes the validators, the record is updated (thus the updated_by value is updated) by the user who kicks off the workflow. This updated_by value does not change to the next user who triggers the workflow by ordering that item. And then now when the users with access to workflow editor goes and views the workflow in the workflow editor by clicking on the 'i' icon, the 'updated by' switches back to the user who clicked on the 'i' icon.