Uses of Class
org.jbpm.casemgmt.api.StageNotFoundException
-
Packages that use StageNotFoundException Package Description org.jbpm.casemgmt.api -
-
Uses of StageNotFoundException in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that throw StageNotFoundException Modifier and Type Method Description voidCaseService. addDynamicTaskToStage(Long processInstanceId, String stage, TaskSpecification taskSpecification)Adds new user task to specified case and stage on given process instance.voidCaseService. addDynamicTaskToStage(String caseId, String stage, TaskSpecification taskSpecification)Adds new user task to specified case and stage.
-