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

org.jbpm.sim.action.EmptyAction Maven / Gradle / Ivy

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

import org.jbpm.graph.def.ActionHandler;
import org.jbpm.graph.exe.ExecutionContext;

/**
 * do nothing here, this action is used for stuff, which is skipped in simulation
 * 
 * @author [email protected]
 */
public class EmptyAction implements ActionHandler {

  private static final long serialVersionUID = 1L;

  public void execute(ExecutionContext executionContext) throws Exception {

  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy