Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
7 subscribers
Views
3867 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Folder path for process models I would like to get the exact path for any p
subhankarb
over 11 years ago
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
0
Eduardo Fuentes
Appian Employee
over 11 years ago
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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 11 years ago
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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data