Class TaskSet

    • Field Detail

      • name

        public final String name
        Name of this TaskSet.
    • Constructor Detail

      • 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.