groovy delay wait

 

  1. Discover (Integrations)
  2. Integration Flow Design Guidelines - Learn the Basics
  3. Modeling Basics - Decouple Flows Using JMS
  4. script1.groovy


*/

import com.sap.gateway.ip.core.customdev.util.Message;

import java.util.HashMap;

def Message processData(Message message) {


Thread.sleep(1*60*1000); //sleep for 1 minute

return message;


}

Popular posts from this blog

SAP CPI : camle expression in sap cpi , cm, router, filter and groovy script. format

SAP CPI camel conditions and xpath conditions

oauth call to cpi integraiton suite from sap apim