java.lang.Object
org.springframework.statemachine.recipes.tasks.TasksHandler

public class TasksHandler extends Object
TasksHandler is a recipe for executing arbitrary Runnable tasks using a state machine logic. This recipe supports execution of multiple top-level tasks with a sub-states construct of DAGs.