org.jbpm.sim.action.EmptyAction Maven / Gradle / Ivy
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