Interface FlowableTask<T extends Output>

All Known Implementing Classes:
AllowFailure, Dag, EachParallel, EachSequential, If, Parallel, Pause, Sequential, Switch, Template, Template.ExecutorTemplate, Worker, WorkingDirectory

public interface FlowableTask<T extends Output>
Interface for tasks that orchestrate other tasks. Those tasks are handled by the Executor.