public static interface SequentialFlow.Builder.ThenStep
| Modifier and Type | Method and Description |
|---|---|
SequentialFlow |
build() |
SequentialFlow.Builder.ThenStep |
then(List<Work> nextWorkUnits) |
SequentialFlow.Builder.ThenStep |
then(Work nextWork) |
SequentialFlow.Builder.ThenStep then(Work nextWork)
SequentialFlow.Builder.ThenStep then(List<Work> nextWorkUnits)
SequentialFlow build()
Copyright © 2020. All rights reserved.