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

org.jbpm.process.instance.ProcessRuntimeFactoryServiceImpl Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
package org.jbpm.process.instance;

import org.drools.core.common.InternalWorkingMemory;
import org.drools.core.impl.StatefulKnowledgeSessionImpl;
import org.drools.core.runtime.process.ProcessRuntimeFactoryService;

public class ProcessRuntimeFactoryServiceImpl implements ProcessRuntimeFactoryService {

	public InternalProcessRuntime newProcessRuntime(InternalWorkingMemory workingMemory) {
		return new ProcessRuntimeImpl(workingMemory);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy