Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder.states |
Modifier and Type | Class and Description |
---|---|
class |
MapState
State that allows for applying the same
Iterator to multiple input elements. |
class |
ParallelState
State that allows for parallel execution of
Branch s. |
class |
PassState
The Pass State simply passes its input to its output, performing no work.
|
class |
TaskState
The Task State causes the interpreter to execute the work identified by the state’s “Resource” field.
|
class |
WaitState
A Wait state causes the interpreter to delay the machine from continuing for a specified time.
|
Copyright © 2024. All rights reserved.