We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a seemingly contradictory error: Seconds is 0 but allowed floor is 0
Seconds is 0 but allowed floor is 0
This statemachine does not pass lint, but it is accepted and runnable by the Step Functions product:
{ "StartAt": "ZeroWait", "States": { "ZeroWait": { "Type":"Wait", "Seconds": 0, "Next":"Finish" }, "Finish": { "Type": "Succeed" } } }
The text was updated successfully, but these errors were encountered:
Looks like a bug to me. Just bit me in one of my own machines :(
Sorry, something went wrong.
What would be the purpose of a 0 second wait? Not saying you do something wrong but I'm curious about the use case.
No branches or pull requests
This is a seemingly contradictory error:
Seconds is 0 but allowed floor is 0
This statemachine does not pass lint, but it is accepted and runnable by the Step Functions product:
The text was updated successfully, but these errors were encountered: