State 'XYZ' already has a next state AWS CDK #23659
-
I'm pretty new to AWS CDK and trying to trigger different steps in step function depending upon when a certain condition is met multiple times. But when I try to implement the code I get the error I'm basically trying to trigger different lambdas depending upon the condition of 'requestType', if after step_1, the condition Every step in step function is invoking some different Lambda which are responsible to perform some different kind of tasks, every steps looks like the below mentioned
I was able to remove the error by redefining by code like below :
but while deploying the stacks I get the below error :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, you've duplicated this issue both here and in our issue queue. I'm going to mark this as answered so that we can use the issue for a single place of discussion |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hey, you've duplicated this issue both here and in our issue queue. I'm going to mark this as answered so that we can use the issue for a single place of discussion