Uses of Interface
org.jbpm.casemgmt.api.dynamic.TaskSpecification
-
Packages that use TaskSpecification Package Description org.jbpm.casemgmt.api -
-
Uses of TaskSpecification in org.jbpm.casemgmt.api
Methods in org.jbpm.casemgmt.api that return TaskSpecification Modifier and Type Method Description TaskSpecificationCaseService. newHumanTaskSpec(String taskName, String description, String actorIds, String groupIds, Map<String,Object> parameters)Returns new TaskSpecification describing user task so it can be created as dynamic task.TaskSpecificationCaseService. newTaskSpec(String nodeType, String nodeName, Map<String,Object> parameters)Returns new TaskSpecification describing generic (work item based) task so it can be added as dynamic task.Methods in org.jbpm.casemgmt.api with parameters of type TaskSpecification Modifier and Type Method Description voidCaseService. addDynamicTask(Long processInstanceId, TaskSpecification taskSpecification)Adds new user task to specified process instance.voidCaseService. addDynamicTask(String caseId, TaskSpecification taskSpecification)Adds new user task to specified case.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.
-