Uses of Class
org.jbpm.services.api.NodeNotFoundException
-
Packages that use NodeNotFoundException Package Description org.jbpm.kie.services.impl.admin org.jbpm.services.api.admin -
-
Uses of NodeNotFoundException in org.jbpm.kie.services.impl.admin
Methods in org.jbpm.kie.services.impl.admin that throw NodeNotFoundException Modifier and Type Method Description void
ProcessInstanceAdminServiceImpl. triggerNode(long processInstanceId, long nodeId)
-
Uses of NodeNotFoundException in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that throw NodeNotFoundException Modifier and Type Method Description void
ProcessInstanceAdminService. triggerNode(long processInstanceId, long nodeId)
Triggers node to create new node instance with node id within process instance.
-