Uses of Class
io.serverlessworkflow.api.actions.Action
-
Packages that use Action Package Description io.serverlessworkflow.api.actions io.serverlessworkflow.api.branches io.serverlessworkflow.api.events io.serverlessworkflow.api.states -
-
Uses of Action in io.serverlessworkflow.api.actions
Methods in io.serverlessworkflow.api.actions that return Action Modifier and Type Method Description ActionAction. withActionDataFilter(ActionDataFilter actionDataFilter)ActionAction. withCondition(String condition)ActionAction. withEventRef(EventRef eventRef)ActionAction. withFunctionRef(FunctionRef functionRef)ActionAction. withId(String id)ActionAction. withName(String name)ActionAction. withNonRetryableErrors(List<String> nonRetryableErrors)ActionAction. withRetryableErrors(List<String> retryableErrors)ActionAction. withRetryRef(String retryRef)ActionAction. withSleep(Sleep sleep)ActionAction. withSubFlowRef(SubFlowRef subFlowRef) -
Uses of Action in io.serverlessworkflow.api.branches
Methods in io.serverlessworkflow.api.branches that return types with arguments of type Action Modifier and Type Method Description List<Action>Branch. getActions()Actions to be executed in this branchMethod parameters in io.serverlessworkflow.api.branches with type arguments of type Action Modifier and Type Method Description voidBranch. setActions(List<Action> actions)Actions to be executed in this branchBranchBranch. withActions(List<Action> actions) -
Uses of Action in io.serverlessworkflow.api.events
Methods in io.serverlessworkflow.api.events that return types with arguments of type Action Modifier and Type Method Description List<Action>OnEvents. getActions()Actions to be performed.Method parameters in io.serverlessworkflow.api.events with type arguments of type Action Modifier and Type Method Description voidOnEvents. setActions(List<Action> actions)Actions to be performed.OnEventsOnEvents. withActions(List<Action> actions) -
Uses of Action in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return Action Modifier and Type Method Description ActionCallbackState. getAction()Action DefinitionMethods in io.serverlessworkflow.api.states that return types with arguments of type Action Modifier and Type Method Description List<Action>ForEachState. getActions()Actions to be executed for each of the elements of inputCollectionList<Action>OperationState. getActions()Actions Definitions (Required)Methods in io.serverlessworkflow.api.states with parameters of type Action Modifier and Type Method Description voidCallbackState. setAction(Action action)Action DefinitionCallbackStateCallbackState. withAction(Action action)Method parameters in io.serverlessworkflow.api.states with type arguments of type Action Modifier and Type Method Description voidForEachState. setActions(List<Action> actions)Actions to be executed for each of the elements of inputCollectionvoidOperationState. setActions(List<Action> actions)Actions Definitions (Required)ForEachStateForEachState. withActions(List<Action> actions)OperationStateOperationState. withActions(List<Action> actions)Constructor parameters in io.serverlessworkflow.api.states with type arguments of type Action Constructor Description OperationState(OperationState.ActionMode actionMode, List<Action> actions, String name, DefaultState.Type type)
-