Uses of Class
io.serverlessworkflow.api.repeat.Repeat
-
Packages that use Repeat Package Description io.serverlessworkflow.api.repeat -
-
Uses of Repeat in io.serverlessworkflow.api.repeat
Methods in io.serverlessworkflow.api.repeat that return Repeat Modifier and Type Method Description Repeat
Repeat. withCheckBefore(boolean checkBefore)
Repeat
Repeat. withContinueOnError(boolean continueOnError)
Repeat
Repeat. withExpression(String expression)
Repeat
Repeat. withMax(int max)
Repeat
Repeat. withStopOnEvents(List<String> stopOnEvents)
-