org.camunda.bpm.scenario.act.Action Maven / Gradle / Ivy
package org.camunda.bpm.scenario.act;
/**
* @author Martin Schimak
*/
public interface Action {
void execute(final D runtimeObject) throws Exception;
}
package org.camunda.bpm.scenario.act;
/**
* @author Martin Schimak
*/
public interface Action {
void execute(final D runtimeObject) throws Exception;
}