delay service

Hi
i need information on delay process for 1 min.
Am using asynchronous process and when i want to send client at that I want to wait that process for i min
then only it has to reach client
Is there any flow/java service or another solution ?
please help me

Thanks in advance

You can call PSUtilities.misc:sleep service of PS utilities which takes input as the time in millisecond. This service calls Thread.sleep() which stops the thread for the input time.

Jiten