Opening a flow context returns "Artifact not found"Issue When opening a flow context, an error message 'Artifact not found' is displayed and not able to view the flow execution.ReleaseThis is applicable to all releaseCauseThis is caused due to the default OOB retention policy on [sys_flow_context] table. The retention period for flow context records is 2 weeks if flow is completed or 6 weeks if the flow is in error or cancelled state. Auto Flush jobs for [sys_flow_context] table can be found below. - https://<instance-name>.service-now.com/sys_auto_flush_list.do?sysparm_query=tablenameSTARTSWITHsys_flow_context&sysparm_view= Fore more information, please refer to our Product Documentation link below- https://docs.servicenow.com/bundle/xanadu-build-workflows/page/administer/flow-designer/concept/flow-reporting.htmlhttps://www.servicenow.com/docs/search?personalize=true&q=Flow%20execution%20details%20retentionResolution1. If you want the flow executions to be remained in the instance without being flushed based on retention policy, you can make changes to auto flush records based on your requirement.2. However, please note that as per the ServiceNow product documentation above, deactivating or increasing the retention period of Flow Context records can negatively impact instance performance. Retaining more flow contexts can impact flow performance and the ability to use new flow features.