Appian Community
Site
Search
Sign In/Register
Site
Search
User
More
Cancel
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
I'm looking for...
State
Not Answered
Replies
12 replies
Subscribers
7 subscribers
Views
6566 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi All , Do we have any functions to retrieve UUID of the process mod
bhargavie
over 7 years ago
Hi All ,
Do we have any functions to retrieve UUID of the process model through process id and client IP Address in Appian .
Thanks in Advance
OriginalPostID-213910
OriginalPostID-213910
Discussion posts and replies are publicly visible
Parents
0
samiullahm
over 7 years ago
With JAVA API functions/methods we can get UUID of a process model through Process Id. Try with ProcessDesignService API like
ProcessDesignService pds = ServiceLocator.getProcessDesignService(context);
ProcessModel pm=pds.getProcessModel(processId);
String uuid=pm.getUuid();
Cancel
Up
0
Down
Reply
Verify Answer
Cancel
Reply
0
samiullahm
over 7 years ago
With JAVA API functions/methods we can get UUID of a process model through Process Id. Try with ProcessDesignService API like
ProcessDesignService pds = ServiceLocator.getProcessDesignService(context);
ProcessModel pm=pds.getProcessModel(processId);
String uuid=pm.getUuid();
Cancel
Up
0
Down
Reply
Verify Answer
Cancel
Children
No Data