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

org.jbpm.sim.jpdl.SimulationHandler Maven / Gradle / Ivy

There is a newer version: 3.2.19.ayg
Show newest version
package org.jbpm.sim.jpdl;

import org.jbpm.graph.exe.ExecutionContext;

/**
 * If an ActionHandler implements this interface, this method is executed instead
 * of the ActionHandler.execute method.
 * 
 * Please note: Even if a action is not configured with 'simulation=skip',
 *  the simExecute method is executed, if your ActionHandler implements the 
 *  this interface.
 * 
 * @author [email protected]
 */
public interface SimulationHandler {

  public void simExecute(ExecutionContext executionContext);
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy