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