Appian Report to show all my appian objects and its dependencies

Certified Associate Developer

Is there a way to find all appian objects and its dependencies in a appian application  and export into excel so I can do analysis well before starting development with a team of 10 appian developers. We are at 24.3 version.

  Discussion posts and replies are publicly visible

Parents
  • I am currently working on an App that unpacks an exported Application, writes the details of each object and the objects that each references and then allows you to generate a Graph file for a selected Object for either its Precedents or its Dependents. Here is an example of each for a selected Process Model:

    1. Precedents:

    2. Dependents:

    Currently the application generates a Digraph dot file that needs to be copied/pasted into an online Graph visualizer but the results so far are promising.

    Can I ask what use case(s) you have for being able to visualize in this way? I want to make sure I'm addressing a real need and not just conducting an academic exercise.

Reply
  • I am currently working on an App that unpacks an exported Application, writes the details of each object and the objects that each references and then allows you to generate a Graph file for a selected Object for either its Precedents or its Dependents. Here is an example of each for a selected Process Model:

    1. Precedents:

    2. Dependents:

    Currently the application generates a Digraph dot file that needs to be copied/pasted into an online Graph visualizer but the results so far are promising.

    Can I ask what use case(s) you have for being able to visualize in this way? I want to make sure I'm addressing a real need and not just conducting an academic exercise.

Children