Pattern doesn't terminate for WMI and SNMP queries even if the user ticks the "terminate if not found" checkboxDescriptionThe WMI Query and SNMP Query steps do not terminate if the "Terminate if not found" option is checked.Steps to Reproduce Open the Windows OS Server Pattern.Copy the step "Get OS data from Win32_OperatingSystem" and paste it at the beginning of the pattern.Go to advanced mode and change the command to an invalid one, such as "SELECT Caption, Version, CSDVersion, Description FROM WinOperating" (the intention is to cause a command failure or null response).Tick the "Terminate if not found" checkbox at the bottom.Save and publish the pattern.Expected Behavior:During discovery, the pattern should terminate at the modified step if it encounters a failure.Current Behavior:The pattern marks the step with a MIXED status and continues execution.The same issue occurs with the SNMP flow.WorkaroundA Match step can be added after the Query step to terminate the pattern. This problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available.Related Problem: PRB1792552