You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to adjust the waiting time of a state machine with a parameter, but I am having trouble with a validation error.
A simple structure of a state machine is described here for reference.
This is a Question
Description
I want to adjust the waiting time of a state machine with a parameter, but I am having trouble with a validation error.
A simple structure of a state machine is described here for reference.
The deployment commands are as follows
npx sls deploy --verbose \ --stage dev \ --param="intervalSeconds=60"
command, I get an error.
When the "print" command is executed, it is indeed a string where an integer should be.
It would be very helpful if you could tell me if there is a way to make the command successful.
Additional Data
Serverless Framework Core Version you're using:
serverless v3.38.0
The Plugin Version you're using:
Operating System:
The text was updated successfully, but these errors were encountered: