Is there a way to identify the objects with more than certain lines or sort objects by lines count or characters count?
Discussion posts and replies are publicly visible
What "objects" and "line count" do you mean?
If this is about Appian design objects, most objects do not have "lines".
I mean interfaces
There is no filter or sort option available.
Do you want to do in an automated way? Maybe exporting the interfaces as a package and opening it in Notepad++ (or with a java program or Appian process) for counting lines.
yes I exported all interfaces and sorted them by file size, thank you
You can use AQuAMan to report on "Lines of Code" for SAIL objects (Interfaces and Expressions) and, in addition, correlate the findings with a Complexity score (lines of code is a poor proxy for complexity), code/comments ratio, test case count (for Expressions only):