Skip Builder
class SkipBuilder
Builder for "skip with reason" DSL syntax.
Usage:
skip with "Already processed"(String)skip with SkipReason.ALREADY_PROCESSED(Enum)
Note: This builder throws StepSkipSignal to immediately exit the step. No explicit return is needed after skip with.