``` Parse.Cloud.beforeSave("Item", function(request, response) { response.success(); console.log("after response"); // this gets executed. } ``` in parse.com, the beforeSave returns when response.success() is called, but in parse server, it does not. tested on parse server 2.2.2