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?

preguntada hace 2 años381 visualizaciones
2 Respuestas
-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

respondido hace 2 años
  • 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
EXPERTO
Uri
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas