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 WorkflowExecTimeout
ContinueAs. getWorkflowExecTimeout()
Methods in io.serverlessworkflow.api.end with parameters of type WorkflowExecTimeout Modifier and Type Method Description void
ContinueAs. setWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
ContinueAs
ContinueAs. 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 WorkflowExecTimeout
TimeoutsDefinition. getWorkflowExecTimeout()
WorkflowExecTimeout
WorkflowExecTimeout. withDuration(String duration)
WorkflowExecTimeout
WorkflowExecTimeout. withInterrupt(boolean interrupt)
WorkflowExecTimeout
WorkflowExecTimeout. withRunBefore(String runBefore)
Methods in io.serverlessworkflow.api.timeouts with parameters of type WorkflowExecTimeout Modifier and Type Method Description void
TimeoutsDefinition. setWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
TimeoutsDefinition
TimeoutsDefinition. withWorkflowExecTimeout(WorkflowExecTimeout workflowExecTimeout)
-