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?

질문됨 2년 전382회 조회
2개 답변
-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

답변함 2년 전
  • 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
전문가
Uri
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠