public static ProcessEngine buildProcessEngine() { Configuration config = new Configuration(); return config.buildProcessEngine(); }
/** * after specifying the configuration resources with the other methods, a process engine can be * created. */ public ProcessEngine buildProcessEngine() { return impl.buildProcessEngine(); }