Class WorkItemTaskSpecification

  • All Implemented Interfaces:
    org.jbpm.casemgmt.api.dynamic.TaskSpecification

    public class WorkItemTaskSpecification
    extends Object
    implements org.jbpm.casemgmt.api.dynamic.TaskSpecification
    Defines work item task specification to create new "service" task in ad hoc (dynamic) process instance
    • Constructor Detail

      • WorkItemTaskSpecification

        public WorkItemTaskSpecification​(String nodeType,
                                         String nodeName,
                                         Map<String,​Object> parameters)
    • 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