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

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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy