![JAR search and dependency download from the Maven repository](/logo.png)
org.jbpm.graph.node.SubProcessResolver Maven / Gradle / Ivy
package org.jbpm.graph.node;
import java.io.Serializable;
import org.dom4j.Element;
import org.jbpm.graph.def.ProcessDefinition;
/**
* An agent capable of resolving sub-process definitions given the information items in the
* sub-process
element taken from a process definition document.
*/
public interface SubProcessResolver extends Serializable {
/**
* Resolves a sub-process definition given the information items in the
* sub-process
element.
*/
ProcessDefinition findSubProcess(Element subProcessElement);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy