Uses of Interface
org.jbpm.services.api.admin.ProcessNode
-
Packages that use ProcessNode Package Description org.jbpm.services.api.admin -
-
Uses of ProcessNode in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that return types with arguments of type ProcessNode Modifier and Type Method Description Collection<ProcessNode>ProcessInstanceAdminService. getProcessNodes(long processInstanceId)Returns all process nodes found in given process instance.
-