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 voidProcessInstanceAdminServiceImpl. 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 voidProcessInstanceAdminService. triggerNode(long processInstanceId, long nodeId)Triggers node to create new node instance with node id within process instance.
-