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