cancel
Showing results for 
Search instead for 
Did you mean: 

Delay Step less tham one minute

Former Member
0 Kudos

HI,

As per my requirement i need to maintain a delay between to send steps. i need a 20 seconds delay but the delay step can not be maintained for less than 1 minute.

is there any alternative for this.

Regards,

Sita Rama Raju.

Accepted Solutions (0)

Answers (4)

Answers (4)

Shabarish_Nair
Active Contributor
0 Kudos

note that in the wait step the if the type is 'Wait Specified time period', then the minimum value it takes is 1. So you cannot provide 0.5 or 0.20 etc.

But maybe in case of the type being, Wait until specified time you can try giving 00:00:20 !!!

Former Member
0 Kudos

Try giving 00:00:20 in the Date field of the wait step

Priyanka

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Havent tried it, but how about using say 0.5 in the minutes.

Can you try it?

Regards,

Bhavesh

Former Member
0 Kudos

Hi,

You can use small java code with delay and put it in mapping in transormation step.

Not a very good solution but just a work around.

Thanks,

TUhin