Package org.jbpm.casemgmt.impl.dynamic
Class HumanTaskSpecification
- java.lang.Object
-
- org.jbpm.casemgmt.impl.dynamic.HumanTaskSpecification
-
- All Implemented Interfaces:
org.jbpm.casemgmt.api.dynamic.TaskSpecification
public class HumanTaskSpecification extends Object implements org.jbpm.casemgmt.api.dynamic.TaskSpecification
Defines human task specification to create new user task in ad hoc (dynamic) process instance Expected parameters are:- NodeName - is a mandatory name of the task - accept variable expressions
- TaskName - is a optional look up name of the task's form - accept variable expressions
- ActorId - is an optional list of actors to be assigned - accept variable expressions
- GroupId - is an optional list of groups to be assigned - accept variable expressions
- Comment - is an optional comment/description of the task - accept variable expressions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeType()Map<String,Object>getParameters()
-