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 RepeatRepeat. withCheckBefore(boolean checkBefore)RepeatRepeat. withContinueOnError(boolean continueOnError)RepeatRepeat. withExpression(String expression)RepeatRepeat. withMax(int max)RepeatRepeat. withStopOnEvents(List<String> stopOnEvents)
-