Step Function Wait time integers constraint error

0

Hello ,

I want to use the step functions 'Wait' shape in the flow, but the real challenge is the wait time in Seconds is restricting to integers only. I want to configure my wait step to 2.5 seconds, how can I do that? Please help me as i am new to Step Functions!

Updated: My Requirement is to control the wait time in milliseconds, so there is no point in restricting the time in Integer format, I don't understand why it is designed in that way??? any specific reason for restrictions?

gefragt vor 2 Jahren382 Aufrufe
2 Antworten
-1

if you need to control the wait time in milliseconds, how about considering to use timeStampPath and pass the value calculated from the current timestamp?

https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-wait-state.html

beantwortet vor 2 Jahren
  • As you can see in the same doc you pointed to, Timestamps are also only in seconds interval. You can't specify milliseconds.

-1

Step Functions Wait state supports only integer values. Why do you need 2.5 seconds?

profile pictureAWS
EXPERTE
Uri
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen