| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Chain |
Choice.afterwards()
(experimental) Return a Chain that contains all reachable end states from this Choice.
|
Chain |
Choice.afterwards(AfterwardsOptions options)
(experimental) Return a Chain that contains all reachable end states from this Choice.
|
static Chain |
Chain.custom(State startState,
List<? extends INextable> endStates,
IChainable lastAdded)
(experimental) Make a Chain with specific start and end states, and a last-added Chainable.
|
Chain |
INextable.next(IChainable state)
(experimental) Go to the indicated state after this state.
|
Chain |
INextable.Jsii$Proxy.next(IChainable state)
(experimental) Go to the indicated state after this state.
|
default Chain |
INextable.Jsii$Default.next(IChainable state)
(experimental) Go to the indicated state after this state.
|
Chain |
Chain.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
Chain |
Pass.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
Chain |
CustomState.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
Chain |
Map.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
Chain |
TaskStateBase.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
Chain |
Wait.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
Chain |
Parallel.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
Chain |
StateMachineFragment.next(IChainable next)
(experimental) Continue normal execution with the given state.
|
static Chain |
Chain.sequence(IChainable start,
IChainable next)
(experimental) Make a Chain with the start from one chain and the ends from another.
|
static Chain |
Chain.start(IChainable state)
(experimental) Begin a new Chain from one chainable.
|
Copyright © 2021. All rights reserved.