io.takari.bpm.api.JavaDelegate Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy