How to clear history from workflow context visualization of running workflowsDescriptionTo see the latest workflow go to context and click on show workflow-related link. Steps to Reproduce:Go to workflow contexts table -> workflow version -> xyz -> show workflow(link) You see the workflows which are finished earlier and we need to move ahead to open the latest workflow which is running.Release or EnvironmentALLCauseOOB behaviorResolutionThe view the latest workflows go to context and click on show workflow.In order to achieve the requirement:Need to customize UI Action to achieve this- https://<instance_name>.service-now.com/sys_ui_action.do?sys_id=b01b27b60a0a0bae001d2f586b375bccChanges:url.addParam('sysparm_show_all', 'true'); to url.addParam('sysparm_show_all', 'false');NOTE: Please do not perform these changed without consulting your dev team.Additional Informationworkflow context