03-28-2011 04:40 AM
package com.test;
import java.util.concurrent.TimeUnit;
public class EssaiClass implements org.activiti.engine.delegate.JavaDelegate {
@Override
public void execute(DelegateExecution arg0) throws Exception {
System.out.println("Hello");
TimeUnit.SECONDS.sleep(6);
}
}
03-28-2011 05:05 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.