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
  • I'll have to jump in on this conversation to clarify some items that are currently being discussed:

    1. This statement is NOT correct "You can retrieve UUID of the Process Model using tp!uuid where tp means Task Properties". This property gives you the UUID of the node not the uuid of the model.

    pm!uuid is the property that gives the UUID for the current model where this expression is invoked.

    2. Version 2.5.1 of Content Details by UUID no longer requires Designer access for getProcessModelDetailsByUUID() to run

    3. It's correct that getProcessModelDetailsByUUID() can take either an ID or a UUID and will return the data for that model

    4. Client IP Address in Appian is only logged during the login attempt in login-audit.csv
Reply
  • I'll have to jump in on this conversation to clarify some items that are currently being discussed:

    1. This statement is NOT correct "You can retrieve UUID of the Process Model using tp!uuid where tp means Task Properties". This property gives you the UUID of the node not the uuid of the model.

    pm!uuid is the property that gives the UUID for the current model where this expression is invoked.

    2. Version 2.5.1 of Content Details by UUID no longer requires Designer access for getProcessModelDetailsByUUID() to run

    3. It's correct that getProcessModelDetailsByUUID() can take either an ID or a UUID and will return the data for that model

    4. Client IP Address in Appian is only logged during the login attempt in login-audit.csv
Children
No Data