public final class TaskState extends TransitionState
Currently allowed resources include Lambda functions and States activities.
Modifier and Type | Class and Description |
---|---|
static class |
TaskState.Builder
Builder for a
TaskState . |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(StateVisitor<T> visitor) |
static TaskState.Builder |
builder() |
List<Catcher> |
getCatchers() |
String |
getComment() |
Integer |
getHeartbeatSeconds() |
String |
getInputPath() |
String |
getOutputPath() |
String |
getParameters() |
String |
getResource() |
String |
getResultPath() |
List<Retrier> |
getRetriers() |
Integer |
getTimeoutSeconds() |
Transition |
getTransition() |
String |
getType() |
isTerminalState
public String getResource()
public String getInputPath()
public String getResultPath()
public String getOutputPath()
public String getParameters()
public Transition getTransition()
getTransition
in class TransitionState
public String getComment()
public Integer getTimeoutSeconds()
public Integer getHeartbeatSeconds()
public <T> T accept(StateVisitor<T> visitor)
public static TaskState.Builder builder()
TaskState
.Copyright © 2019. All rights reserved.