interface INextable
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.INextable |
Java | software.amazon.awscdk.services.stepfunctions.INextable |
Python | aws_cdk.aws_stepfunctions.INextable |
TypeScript (source) | @aws-cdk/aws-stepfunctions » INextable |
Implemented by
Athena, Athena, Athena, Athena, Batch, Call, Call, Call, Code, Dynamo, Dynamo, Dynamo, Dynamo, Ecs, Eks, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Emr, Evaluate, Event, Glue, Glue, Lambda, Sage, Sage, Sage, Sage, Sage, Sage, Sns, Sqs, Step, Step, Custom, Map, Parallel, Pass, Task, Wait
Interface for states that can have 'next' states.
Methods
| Name | Description |
|---|---|
| next(state) | Go to the indicated state after this state. |
next(state)
public next(state: IChainable): Chain
Parameters
- state
IChainable
Returns
Go to the indicated state after this state.

.NET
Java
Python
TypeScript (