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

class-templates.ModuleTemplate Maven / Gradle / Ivy

The newest version!
package $Package$;

import io.automatiko.engine.api.Config;

public class Module {

    private static final Config config =
            new io.automatiko.engine.api.StaticConfig(
                    new io.automatiko.engine.workflow.StaticProcessConfig(
                            new $WorkItemHandlerConfig$(),
                            new $ProcessEventListenerConfig$()));

    public Config config() {
        return config;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy