we use AQUAMAN and Peer review for our Appian packages before moving to production environment. how can we check components in package zip file for their performance related issues which are reported after they are deployed to Production? is there any way to add these rules in AQUAMAN? or any other plug in which can be used to PREVENT these issues in future releases?
Discussion posts and replies are publicly visible
Aquaman is just for testing code quality in design , not in runtime.
I would suggest to create test cases for all objects in your appian application (even for integrations), and just after deploy the package, execute a post deployment process generating a report with the results.
Hi , I have checked the post deployment process, there are two concerns:
1. it is not preventive measure, it will execute after deployment in PROD.
2. it run the test cases, but how it will tell me the performance of rules it executed, it just tell me pass or fail about that test case.
Hi again.
Hi
I have used Configure a Post-Deployment Process - Appian 22.4 to create post deployment process,
1. it is throwing this error:
2. When I manually passed the package uuid, it ran successfully but did not return any id. What is missing?
The id of the test executed is returned in the task StartRuleTest as output.