Uses of Class
io.serverlessworkflow.api.timeouts.WorkflowExecTimeout
-
Packages that use WorkflowExecTimeout Package Description io.serverlessworkflow.api.end io.serverlessworkflow.api.timeouts -
-
Uses of WorkflowExecTimeout in io.serverlessworkflow.api.end
Methods in io.serverlessworkflow.api.end that return WorkflowExecTimeout Modifier and Type Method Description WorkflowExecTimeoutContinueAs. getWorkflowExecTimeout()Methods in io.serverlessworkflow.api.end with parameters of type WorkflowExecTimeout Modifier and Type Method Description voidContinueAs. setWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)ContinueAsContinueAs. withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout) -
Uses of WorkflowExecTimeout in io.serverlessworkflow.api.timeouts
Methods in io.serverlessworkflow.api.timeouts that return WorkflowExecTimeout Modifier and Type Method Description WorkflowExecTimeoutTimeoutsDefinition. getWorkflowExecTimeout()WorkflowExecTimeoutWorkflowExecTimeout. withDuration(String duration)WorkflowExecTimeoutWorkflowExecTimeout. withInterrupt(boolean interrupt)WorkflowExecTimeoutWorkflowExecTimeout. withRunBefore(String runBefore)Methods in io.serverlessworkflow.api.timeouts with parameters of type WorkflowExecTimeout Modifier and Type Method Description voidTimeoutsDefinition. setWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)TimeoutsDefinitionTimeoutsDefinition. withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
-