public class HumanTaskSpecification extends Object implements TaskSpecification
Constructor and Description |
---|
HumanTaskSpecification(String taskName,
String actorIds,
String groupIds,
String description,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
String |
getNodeType()
Returns the type of the node that will be added.
|
Map<String,Object> |
getParameters()
Optional set of parameters to be given to created dynamic task.
|
public String getNodeType()
TaskSpecification
getNodeType
in interface TaskSpecification
public Map<String,Object> getParameters()
TaskSpecification
getParameters
in interface TaskSpecification
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.