Opaque ID

Certified Lead Developer

Is there a way to find out what appian object is being pointed at from a Opaque url?

URI: /suite/design/(opaque ID)

One way is just going to the URL to get the object name. But for some reason, when I go to that URL, my environment is crashing. I am suspecting the UI is doing large number of calls that is causing the heap space to run out.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Stefan Helzle

    One of our Devs clicked on a design object that crashed our dev environment. When I said crash, I meant the app server restarted due to high heap utilization. 

    The developer does not know what object was opned that caused this. All we have to go after is a URI that contains a opaque ID.( Received from Appian Support Ticket). So I was trying to understand what design object is that opaque ID pointing to. I can't go to the URI because that would cause the same issue as before. 

Children