Folder path for process models I would like to get the exact path for any p

Folder path for process models
I would like to get the exact path for any process model based on the uuid of that process model.

In the Appian server an example directory path for a process model looks like this:
"C:\\appian\\_admin\\models\\100\\0005d716-5353-8000-0d1f-680000680000"

From the above folder path example I believe
"C:\\appian\\_admin\\models\\" is fixed based on the Appian directory installation.
and "0005d716-5353-8000-0d1f-6800006800000" is the process model uuid

With the folder "100" in the above example, is there a way to get this folder information from Appian designer which in turn returns the Folder path for any process model in Appian server.
...

OriginalPostID-109071

OriginalPostID-109071

  Discussion posts and replies are publicly visible

Parents
  • Since the "100" DOESN'T correspond to the Appian Process model folder you wont' be able to use anything the API offers to find out the folder location. You could run a search using the JDK.

    A good example (comes with source code) on how to find the XML of a model is the Process Model Utilities plug-in and its Delete Process Model Version smart service available for download here in Appian Forum under the "Shared Components" record (forum.appian.com/.../all)- Smart Services, pay especial attention to the retrieveModelDirectories() method
Reply
  • Since the "100" DOESN'T correspond to the Appian Process model folder you wont' be able to use anything the API offers to find out the folder location. You could run a search using the JDK.

    A good example (comes with source code) on how to find the XML of a model is the Process Model Utilities plug-in and its Delete Process Model Version smart service available for download here in Appian Forum under the "Shared Components" record (forum.appian.com/.../all)- Smart Services, pay especial attention to the retrieveModelDirectories() method
Children
No Data