Hi All , Do we have any functions to retrieve UUID of the process mod

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
  • 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)
Reply
  • 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)
Children
No Data