Example usage for org.springframework.batch.core.job.flow Flow interface-usage

List of usage examples for org.springframework.batch.core.job.flow Flow interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.job.flow Flow interface-usage.

Usage

From source file org.springframework.batch.core.job.flow.support.SimpleFlow.java

/**
 * A {@link Flow} that branches conditionally depending on the exit status of
 * the last {@link State}. The input parameters are the state transitions (in no
 * particular order). The start state name can be specified explicitly (and must
 * exist in the set of transitions), or computed from the existing transitions,
 * if unambiguous.