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

io.takari.bpm.api.JavaDelegate Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package io.takari.bpm.api;

/**
 * A delegated task interface. Any class that implements this interface
 * can be used as a service task called by "delegate expression".
 */
public interface JavaDelegate {

    void execute(ExecutionContext ctx) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy