Class TaskSet

java.lang.Object
org.dspace.workflow.TaskSet

public class TaskSet extends Object
A collection of curation tasks to be attached to a workflow.
  • Field Details

    • name

      public final String name
      Name of this TaskSet.
    • steps

      public final List<FlowStep> steps
      The FlowSteps assigned to this TaskSet.
  • Constructor Details

    • TaskSet

      public TaskSet(@NotNull @NotNull String name, @NotNull @NotNull List<FlowStep> steps)
      Create a name for a collection of FlowSteps.
      Parameters:
      name - name of this task set.
      steps - workflow steps in this task set.