I want to publish all process models using a single user. Is there an efficient way to publish all of them at once, rather than publishing each one individually?
Discussion posts and replies are publicly visible
Hi rahulp0021
Yes we can do that. Export the objects from the application and re import by following the below practice in the same environment. It will be modified as a user who is going to re import the objects.https://docs.appian.com/suite/help/24.3/Managing_Import_Customization_Files.html#importing-unchanged-objects## Import Setting: Force Update## Forces the import of objects that were detected to be Not Changed on inspect/importimportSetting.FORCE_UPDATE=true
If you want the Customization file template you can download inside any package.