Does anyone know how to get a process model's "Last Published By" user?

Certified Associate Developer

Does anyone know how to get a process model's "Last Published By" user? I can't find anything in the portal reports that exposes this information (though it's easily available via the modeler and the application manager)

OriginalPostID-223444

  Discussion posts and replies are publicly visible

Parents Reply
  • Unfortunately, we have about ~4,000 process models in our environment, and so looping all of the process models and retrieving the details via getProcessModelDetailsByUUID() , then republishing the models did not seem like a feasibly solution.

    Just sharing here as well the path we chose: since Change username is already available since Appian 20.1, we just changed the username of the old administrator accounts to deployment.serviceaccount (just to follow our naming convention for service accounts) and added them to Service Accounts group to effectively convert them to deployment service accounts. Then we simply recreated our Basic user accounts.

    Thanks

Children