Class 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 Detail

      • getNodeType

        public String getNodeType()
        Specified by:
        getNodeType in interface org.jbpm.casemgmt.api.dynamic.TaskSpecification
      • getParameters

        public Map<String,​Object> getParameters()
        Specified by:
        getParameters in interface org.jbpm.casemgmt.api.dynamic.TaskSpecification