Uses of Package
io.serverlessworkflow.api.states
-
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.deserializers Class Description DefaultState.Type State typeOperationState.ActionMode Specifies whether functions are executed in sequence or in parallel.ParallelState.CompletionType Option types on how to complete branch execution. -
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.interfaces Class Description DefaultState.Type State type -
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.serializers Class Description CallbackState This state is used to wait for events from event sources and then transitioning to a next stateEventState This state is used to wait for events from event sources and then to invoke one or more functions to run in sequence or in parallel.ForEachState Execute a set of defined actions or workflows for each element of a data arrayInjectState Set up and inject the state's data input to data output.OperationState This state allows one or more functions to run in sequence or in parallel without waiting for any event.ParallelState Consists of a number of states that are executed in parallelSleepState This state is used to wait for events from event sources and then transitioning to a next stateSwitchState Permits transitions to other states based on criteria matching -
Classes in io.serverlessworkflow.api.states used by io.serverlessworkflow.api.states Class Description CallbackState This state is used to wait for events from event sources and then transitioning to a next stateDefaultState Default StateDefaultState.Type State typeEventState This state is used to wait for events from event sources and then to invoke one or more functions to run in sequence or in parallel.ForEachState Execute a set of defined actions or workflows for each element of a data arrayForEachState.Mode Specifies how iterations are to be performed (sequentially or in parallel)InjectState Set up and inject the state's data input to data output.OperationState This state allows one or more functions to run in sequence or in parallel without waiting for any event.OperationState.ActionMode Specifies whether functions are executed in sequence or in parallel.ParallelState Consists of a number of states that are executed in parallelParallelState.CompletionType Option types on how to complete branch execution.SleepState This state is used to wait for events from event sources and then transitioning to a next stateSwitchState Permits transitions to other states based on criteria matching