Uses of Class
io.serverlessworkflow.api.timeouts.TimeoutsDefinition
-
-
Uses of TimeoutsDefinition in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinition
Workflow. getTimeouts()
Timeouts DefinitionMethods in io.serverlessworkflow.api with parameters of type TimeoutsDefinition Modifier and Type Method Description void
Workflow. setTimeouts(TimeoutsDefinition timeouts)
Timeouts DefinitionWorkflow
Workflow. withTimeouts(TimeoutsDefinition timeouts)
-
Uses of TimeoutsDefinition in io.serverlessworkflow.api.branches
Methods in io.serverlessworkflow.api.branches that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinition
Branch. getTimeouts()
Timeouts DefinitionMethods in io.serverlessworkflow.api.branches with parameters of type TimeoutsDefinition Modifier and Type Method Description void
Branch. setTimeouts(TimeoutsDefinition timeouts)
Timeouts DefinitionBranch
Branch. withTimeouts(TimeoutsDefinition timeouts)
-
Uses of TimeoutsDefinition in io.serverlessworkflow.api.interfaces
Methods in io.serverlessworkflow.api.interfaces that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinition
State. getTimeouts()
-
Uses of TimeoutsDefinition in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinition
DefaultState. getTimeouts()
Timeouts DefinitionMethods in io.serverlessworkflow.api.states with parameters of type TimeoutsDefinition Modifier and Type Method Description void
DefaultState. setTimeouts(TimeoutsDefinition timeouts)
Timeouts DefinitionCallbackState
CallbackState. withTimeouts(TimeoutsDefinition timeouts)
DefaultState
DefaultState. withTimeouts(TimeoutsDefinition timeouts)
EventState
EventState. withTimeouts(TimeoutsDefinition timeouts)
ForEachState
ForEachState. withTimeouts(TimeoutsDefinition timeouts)
InjectState
InjectState. withTimeouts(TimeoutsDefinition timeouts)
OperationState
OperationState. withTimeouts(TimeoutsDefinition timeouts)
ParallelState
ParallelState. withTimeouts(TimeoutsDefinition timeouts)
SleepState
SleepState. withTimeouts(TimeoutsDefinition timeouts)
SwitchState
SwitchState. withTimeouts(TimeoutsDefinition timeouts)
-
Uses of TimeoutsDefinition in io.serverlessworkflow.api.timeouts
Methods in io.serverlessworkflow.api.timeouts that return TimeoutsDefinition Modifier and Type Method Description TimeoutsDefinition
TimeoutsDefinition. withActionExecTimeout(String actionExecTimeout)
TimeoutsDefinition
TimeoutsDefinition. withBranchExecTimeout(String branchExecTimeout)
TimeoutsDefinition
TimeoutsDefinition. withEventTimeout(String eventTimeout)
TimeoutsDefinition
TimeoutsDefinition. withStateExecTimeout(StateExecTimeout stateExecTimeout)
TimeoutsDefinition
TimeoutsDefinition. withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
-