Uses of Class
software.amazon.awscdk.services.stepfunctions.Parallel
Packages that use Parallel
Package
Description
AWS Step Functions Construct Library
-
Uses of Parallel in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ParallelModifier and TypeMethodDescriptionParallel.addCatch(IChainable handler) Add a recovery handler for this state.Parallel.addCatch(IChainable handler, CatchProps props) Add a recovery handler for this state.Parallel.addRetry()Add retry configuration for this state.Parallel.addRetry(RetryProps props) Add retry configuration for this state.Parallel.branch(IChainable... branches) Define one or more branches to run in parallel.Parallel.Builder.build()static ParallelDefine a Parallel state using JSONata in the state machine.static ParallelParallel.jsonata(software.constructs.Construct scope, String id, ParallelJsonataProps props) Define a Parallel state using JSONata in the state machine.static ParallelDefine a Parallel state using JSONPath in the state machine.static ParallelParallel.jsonPath(software.constructs.Construct scope, String id, ParallelJsonPathProps props) Define a Parallel state using JSONPath in the state machine.Chain.toSingleState(String id) Return a single state that encompasses all states in the chain.Chain.toSingleState(String id, ParallelProps props) Return a single state that encompasses all states in the chain.StateMachineFragment.toSingleState()Wrap all states in this state machine fragment up into a single state.StateMachineFragment.toSingleState(SingleStateOptions options) Wrap all states in this state machine fragment up into a single state.