Package | Description |
---|---|
org.jbpm.casemgmt.api |
Modifier and Type | Method and Description |
---|---|
TaskSpecification |
CaseService.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.
|
TaskSpecification |
CaseService.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CaseService.addDynamicTask(Long processInstanceId,
TaskSpecification taskSpecification)
Adds new user task to specified process instance.
|
void |
CaseService.addDynamicTask(String caseId,
TaskSpecification taskSpecification)
Adds new user task to specified case.
|
void |
CaseService.addDynamicTaskToStage(Long processInstanceId,
String stage,
TaskSpecification taskSpecification)
Adds new user task to specified case and stage on given process instance.
|
void |
CaseService.addDynamicTaskToStage(String caseId,
String stage,
TaskSpecification taskSpecification)
Adds new user task to specified case and stage.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.