interface FindStateOptions
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.StepFunctions.FindStateOptions |
Java | software.amazon.awscdk.services.stepfunctions.FindStateOptions |
Python | aws_cdk.aws_stepfunctions.FindStateOptions |
TypeScript (source) | @aws-cdk/aws-stepfunctions » FindStateOptions |
Options for finding reachable states.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as stepfunctions from '@aws-cdk/aws-stepfunctions';
const findStateOptions: stepfunctions.FindStateOptions = {
includeErrorHandlers: false,
};
Properties
Name | Type | Description |
---|---|---|
include | boolean | Whether or not to follow error-handling transitions. |
includeErrorHandlers?
Type:
boolean
(optional, default: false)
Whether or not to follow error-handling transitions.