05-29-2014 11:16 AM
05-29-2014 11:35 AM
05-29-2014 05:29 PM
05-30-2014 02:44 AM
public class YourJavaDelegate implements JavaDelegate {
public void execute(DelegateExecution execution) throws Exception {
// todo
}
}
public void execute(DelegateExecution execution) throws Exception {
// todo
ProcessEngineConfigurationImpl config = Context.getProcessEngineConfiguration();
ServiceRegistry registry = (ServiceRegistry) config.getBeans().get(ActivitiConstants.SERVICE_REGISTRY_BEAN_KEY);
// get node servcie/tagging service from registy
// do what you want to do.
}
<serviceTask id="javaService"
name="Your Java Service Task"
activiti:class="com.your.company.YourJavaDelegate" />
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.