Class ProcessInstanceImpl

java.lang.Object
org.jbpm.process.instance.impl.ProcessInstanceImpl
All Implemented Interfaces:
Serializable, ContextableInstance, ContextInstanceContainer, ProcessInstance, org.kie.api.runtime.process.EventListener, org.kie.api.runtime.process.ProcessInstance, KogitoEventListener, KogitoProcessInstance
Direct Known Subclasses:
WorkflowProcessInstanceImpl

public abstract class ProcessInstanceImpl extends Object implements ProcessInstance, Serializable
Default implementation of a process instance.
See Also: