Asynchronous Annotations
Argument
Type
Required
Default Value
Description
function preProcess( event, data ) async asyncPriority="low"{
// Log current request information
log.info("Executing request: #event.getCurrentEvent()#", getHTTPRequestData() );
}Was this helpful?