State
public final class PassState extends TransitionState
A Pass State MAY have a field named “Result”. If present, its value is treated as the output of a virtual task, and placed as prescribed by the “ResultPath” field, if any, to be passed on to the next state.
Modifier and Type | Class | Description |
---|---|---|
static class |
PassState.Builder |
Builder for a
PassState . |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
accept(StateVisitor<T> visitor) |
|
static PassState.Builder |
builder() |
|
String |
getComment() |
|
String |
getInputPath() |
|
String |
getOutputPath() |
|
String |
getResult() |
|
String |
getResultPath() |
|
Transition |
getTransition() |
|
String |
getType() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isTerminalState
public static PassState.Builder builder()
PassState
.public String getComment()
public String getResult()
public String getInputPath()
public String getOutputPath()
public String getResultPath()
public Transition getTransition()
getTransition
in class TransitionState
Transition
for this state.public <T> T accept(StateVisitor<T> visitor)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.