Interface TaskSpecification

  • All Known Implementing Classes:
    HumanTaskSpecification, WorkItemTaskSpecification

    public interface TaskSpecification
    Provides all required information about a dynamic task so it can be represented as correct node type when added to case/process instance.
    • Method Detail

      • getNodeType

        String getNodeType()
        Returns the type of the node that will be added. Usually it corresponds to the name used when registering work item handler.
        Returns:
      • getParameters

        Map<String,​Object> getParameters()
        Optional set of parameters to be given to created dynamic task.
        Returns: