Opening execution contexts for flow or subflow displays error "There was an error loading the execution details for this flow context"Issue Attempting to open an execution for a flow / subflow displays error: "There was an error loading the execution details for this flow context" "java.util.NoSuchElementException: No value present" When this error is thrown, it appears in the logs as: ReleaseAnyCauseCustom actions contained in the flow / subflow are missing necessary records Usually caused by creating the flow in a development instance and then missing records in the update set when moving it to another instance (ex. test or prod)ResolutionBSSH to instance app server and tail localhost host logs for the user session - refer to KB0683181 Open a flow / subflow execution Search the logs for non-existent records belonging to any flow action tables (sys_hub_action_x) Import the missing records into the instance and retry loading the flow / subflow executions Example Logs: ...2022-01-11 12:55:13 (937) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 WARNING *** WARNING *** Get for non-existent record: sys_hub_action_type_base:c865f4271b24c95024a333799b4bcb5a, initializing2022-01-11 12:55:13 (945) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 WARNING *** WARNING *** Get for non-existent record: sys_hub_action_type_base:f83d746f1b24c95024a333799b4bcb69, initializing2022-01-11 12:55:13 (952) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 WARNING *** WARNING *** Get for non-existent record: sys_hub_action_type_base:072170621b600d508a6d11718b4bcb55, initializing2022-01-11 12:55:14 (298) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 WARNING *** WARNING *** Get for non-existent record: sys_hub_action_type_base:952e07421be489508a6d11718b4bcb9f, initializing2022-01-11 12:55:14 (306) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 WARNING *** WARNING *** Get for non-existent record: sys_hub_action_type_base:f6f013461be489508a6d11718b4bcb6f, initializing2022-01-11 12:55:14 (313) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 WARNING *** WARNING *** Get for non-existent record: sys_hub_action_type_base:3f4dd0671ba0c95024a333799b4bcbab, initializing2022-01-11 12:55:14 (320) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 WARNING *** WARNING *** Get for non-existent record: sys_hub_action_type_base:fb58a0a31be0c95024a333799b4bcb9a, initializing2022-01-11 12:55:14 (870) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 tx_pattern_hash=2061705235 SEVERE *** ERROR *** java.util.NoSuchElementException: No value present2022-01-11 12:55:14 (872) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 tx_pattern_hash=2061705235 WARNING *** WARNING *** #77302 [REST API] RESTAPIProcessor : Handling exception java.util.NoSuchElementException: No value present2022-01-11 12:55:14 (873) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 tx_pattern_hash=2061705235 WARNING *** WARNING *** #77302 [REST API] RESTAPIProcessor : Unknown exception RESTRuntimeException:java.util.NoSuchElementException: No value presentDetail: No value present2022-01-11 12:55:14 (873) Default-thread-13 CF7E17E8DB41C510D5AB4F630596192E txid=75238034db45 tx_pattern_hash=2061705235 EXCESSIVE *** End #77302 /api/now/processflow/operations/flow/context/df212f201281c5103ce42d5b99498e77, user: TSE@snc, total time: 0:00:09.886, processing time: 0:00:09.886, SQL time: 0:00:03.844 (count: 11,164), business rule: 0:00:00.017 (count: 78), ACL time: 0:00:00.100, source: 199.91.140.60 , type:rest, method:GET, api_name:now/processflow, resource:now/processflow/operations/flow/context/{flow_context_id}, version:Default, user_id:TSE@snc, response_status:5002022-01-11 12:55:14 (882) Default-thread-1 CF7E17E8DB41C510D5AB4F630596192E txid=d433c074db45 *** Start #77322 /angular.do, user: TSE@snc Example solution: Import non-existent records to 'sys_hub_action_type_base' table: fb58a0a31be0c95024a333799b4bcb9ac865f4271b24c95024a333799b4bcb5aF83d746f1b24c95024a333799b4bcb69072170621b600d508a6d11718b4bcb55952e07421be489508a6d11718b4bcb9ff6f013461be489508a6d11718b4bcb6f3f4dd0671ba0c95024a333799b4bcbab