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