Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hello?
Is there a way to bring back objects that has been deleted or disappeared to the application?
Thank you.
Discussion posts and replies are publicly visible
I don't think so. You can do a reverse deployment tho from another environment if you have any.
Disappeared mean, you remove it from application. If remove then you can get it back from the environment itself but if you deleted it then as Harshit mentioned you have to do the reverse deployment for those objects.
Agree with the others for most objects, your best bet is importing from another environment or from any saved export zip files.
However, here is one solution for recovering process models, not sure if this is doable in cloud but we have done so on prem:
- Get the PM UUID from application export logs, or by editing running instances, File -> Properties
- Search the server file structure for UUID under <APPIAN_HOME>\_admin\models
- Download the latest XML inside the directory
- Open the process modeler -> File -> Import, select the XML
- Save & Publish