How do we cancel the older workflow context which are still executing in the system - Best Practices for workflowsIssue Assume, We have 520K workflow context present. We have too many Workflows which are still in Executing state which got opened in the 2010 year. Also, we can see that many change requests are archived but still workflow is executing.ReleaseAll VersionsResolutionIn this case, our suggestion would be to write a background script to cancel the workflow context which doesn't have a valid record associated with itMake sure, you query and return the desired records for which the workflow context needs to be canceled.Also, we suggest using gr.setWorkflow(false) before the update on the script in order to prevent any other business rules from running on the records [If any are present]Go to the cancel workflow documentation link by selecting your instance version: https://docs.servicenow.com/csh?topicname=t_CancelingAWorkflow.html&version=latest