If making some minor changes is easy, it will add some value so that EASYProcess doesn't look broken to users who don't understand how it works.
I have a submethod in a model In that submethod, it identified a service, "GetRows", as the output. In the controller, I want to reference that node from the model. I used the Assistant panel, and expanded it, but it never loads: So I figured that I could just pull in the "GetRows" parent and fill in the rest my own, but it throws an exception: The "GetRows" service is a RunQuery against JDE: Notice the Results are not defined. If I add those... and refresh, it shows the results now: The problem is that before, its not obvious that it will always say "loading values..." and never find the results. It could give a better message or at least show the Output/Result part of the tree since every service will have that.
Now if I drag in the top level, it will not throw any exception: I can drag in any level and it doesnt throw an exception: So a couple of fixes could be made:
- when a RunQuery results are not defined, it can't show the columns it will return, but it could and should still show the Output/Result part of the tree
- when a RunQuery results are not defined, expanding the tree shows the "Loading Results..." text that will never go away. There could be logic to check if it is lacking results and instead not try to retrieve them.
- When a RunQuery results are not defined, pulling in the top node, which should work, throws an exception "exception has been thrown by the target of an invocation". A fix could be made to allow this without an exception.