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
3 replies
Subscribers
9 subscribers
Views
3964 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there way to get all Process Model IDs/name by folder name or by Application Package Name
umeshkumarn0148
Certified Lead Developer
over 8 years ago
Is there way to get all Process Model IDs/name by folder name or by Application Package name? We need to this for generating report based on process model as context. And if there is any scope to find process model by folder name or application package name it would be great.
OriginalPostID-267712
Discussion posts and replies are publicly visible
0
Poorna Guduri
A Score Level 1
over 8 years ago
Hi umeshkumarn720, there is no shared component that satisfy your requirement. You may need to for Public Java API provided by Appian in Documentation
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
reginaldm377
over 8 years ago
Hi Umesh, here's a suggestion that you might can play with if there's not already a plug-in/shared component that can do all what I'm about to say with ease. The idea is that this will give you the location which will ultimately give you where the process model is being saved:
1. Using the object in Design View, filter so only process models show. Afterwards, add these process models to a constant for reference.
2.Create a parent and child expression rule. The parent rule will reference the code I have in the parentCode document.
3. The child rule named childCode will simply parse out the data so only the location (index = 9) is shown in the debug fields that are in the parent rule.
You could possibly implement this into a gridField, report, or a processModel and just index out what you want, but again, you'll have to play around with the suggestion when possible.
Note: You'll also need this
forum.appian.com/.../summary
For this to work in the case this is a sound solution
parentCode.txt
childCode.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
reginaldm377
over 8 years ago
A few changes to my steps so it makes more sense.
Step 1: Click objects in Design View....
Step 2: Create a parent interface and a child expression rule.....
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel