| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Parallel |
Parallel.addCatch(IChainable handler)
(experimental) Add a recovery handler for this state.
|
Parallel |
Parallel.addCatch(IChainable handler,
CatchProps props)
(experimental) Add a recovery handler for this state.
|
Parallel |
Parallel.addRetry()
(experimental) Add retry configuration for this state.
|
Parallel |
Parallel.addRetry(RetryProps props)
(experimental) Add retry configuration for this state.
|
Parallel |
Parallel.branch(IChainable... branches)
(experimental) Define one or more branches to run in parallel.
|
Parallel |
Parallel.Builder.build() |
Parallel |
StateMachineFragment.toSingleState()
(experimental) Wrap all states in this state machine fragment up into a single state.
|
Parallel |
StateMachineFragment.toSingleState(SingleStateOptions options)
(experimental) Wrap all states in this state machine fragment up into a single state.
|
Parallel |
Chain.toSingleState(String id)
(experimental) Return a single state that encompasses all states in the chain.
|
Parallel |
Chain.toSingleState(String id,
ParallelProps props)
(experimental) Return a single state that encompasses all states in the chain.
|
Copyright © 2021. All rights reserved.