Using the query, ((Predecessors = null) or (Successors = null)), I get the following error. All other queries work for state or other fields on the feature object.
Could not read: could not read all instances of class com.f4tech.slm.domain.Artifact for class Artifact
This can be done with the following query (When the "Feature" endpoint is selected in the Widget of course):
((Predecessors.FormattedID !contains "F") OR (Successors.FormattedID !contains "F"))