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
1 reply
Subscribers
7 subscribers
Views
765 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there an easy way to list which PM's directly invoke a certain subprocess
sandeepp996
over 10 years ago
Is there an easy way to list which PM's directly invoke a certain subprocess? The closest approach I know of is by attempting to Save & Publish in the modeler - but this lists all of the dependent PM's, regardless of whether that PM directly implements the subprocess in question. For example, our "Upload Document" PM lists 137 dependent models, but many of them are parent processes of the invoking PM....
OriginalPostID-118244
OriginalPostID-118244
Discussion posts and replies are publicly visible
0
Eduardo Fuentes
Appian Employee
over 10 years ago
You can create a custom function using the public API. The ProcessDesignService API has a method called getParentsForProcessModel() where you can simply pass the model ID to return a ResultList of ProcessModel.Descriptor that will give you the information about the parent models.
forum.appian.com/.../ProcessDesignService.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel