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
8156 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
Just in case, if security is a concern, Eduardo has made few suggestions (such as enhancing Plugin when the environment is On-Premise) at
forum.appian.com/.../e-104224.
Else we may also write a rule that derives the uuid from the process model id as follows and I believe that in this case there isn't a need to worry about security. This would be helpful when we are not in the context of a process (If the context of process is available, then we can make the query under Designer privileges)
fn!displayvalue(ri!processModelId,{cons!MY_PROCESS_MODEL_1},{<UUID of Process Model 1>},null)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 8 years ago
Just in case, if security is a concern, Eduardo has made few suggestions (such as enhancing Plugin when the environment is On-Premise) at
forum.appian.com/.../e-104224.
Else we may also write a rule that derives the uuid from the process model id as follows and I believe that in this case there isn't a need to worry about security. This would be helpful when we are not in the context of a process (If the context of process is available, then we can make the query under Designer privileges)
fn!displayvalue(ri!processModelId,{cons!MY_PROCESS_MODEL_1},{<UUID of Process Model 1>},null)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data