You're creating a point-of-sale (POS) system for a customer which can associate the items in a transaction to a customer based on a membership number. The item stock table and the customer sales record are hosted elsewhere and need to be written to via POST APIs from an Appian process model. This all occurs within a transaction process model that you're creating.
Which two steps should you perform to design your process model to improve process memory? (Choose two.)
Creating the POST API calls as asynchronous subprocesses allows them to run independently, reducing memory usage in the main process.
Adding a terminate process node at the end ensures the process completes and releases memory as soon as its work is finished.
Gary
10 hours agoCassi
6 days agoRoselle
11 days ago