how do i find what process models uses a given interface

I have inherited an Appian application, and am tasked with supporting it.  Unfortunately, the original developers have since left the organisation, so the only real way to learn how it works by reading through the code and tracing various functions.

I have been working on a particular problem with an interface, which I think I have resolved, but I would really like to trace what happens to the data that it manipulates after the interface is done.  To do this, I need to identify which process models use the interface, so that I can then trace from there the data that it creates to the point of storing into the database.

Can anyone advise how this might be done?  If you know an interface, but don't know what process model uses it, is there a fast way to figure it out, without opening every single process model and looking for usages of the interface concerned?

thanks heaps,

David. :-)

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data