All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.engine.impl.history.handler.CallActivityStartHandler Maven / Gradle / Ivy

The newest version!
package org.activiti.engine.impl.history.handler;

import org.activiti.engine.delegate.DelegateExecution;
import org.activiti.engine.delegate.ExecutionListener;


public class CallActivityStartHandler implements ExecutionListener {

  public void notify(DelegateExecution execution) throws Exception {
    
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy