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
12 replies
Subscribers
9 subscribers
Views
8159 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 8 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
sikhivahans
over 8 years ago
@bhargavie Hi, would you please be able to let us know the significance of Client's IP address here?
If you want to obtain a process model uuid from process id, if you aren't aware of any approach, here goes one such:
1. Create a Process Report that holds process id (pp!id) and process model id(pm!id) columns.
2. Use fn!getProcessModelDetailsByUUID() from 'Content Details by UUID' plugin and the input to this function is the id (Use a!queryProcessAnalytics() to get the results) derived from the above step.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 8 years ago
@bhargavie Hi, would you please be able to let us know the significance of Client's IP address here?
If you want to obtain a process model uuid from process id, if you aren't aware of any approach, here goes one such:
1. Create a Process Report that holds process id (pp!id) and process model id(pm!id) columns.
2. Use fn!getProcessModelDetailsByUUID() from 'Content Details by UUID' plugin and the input to this function is the id (Use a!queryProcessAnalytics() to get the results) derived from the above step.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data