Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Process running each 5 seconds

Avatar

Level 1

In  a short-lived process, I have some operations that must be executed each five seconds (using a custom component with java Thread.sleep to wait) .

Tried 2 ways:

1) an infinite loop

2) The same event as start point and throw.

Both ways works fine but after some time the process stops reporting problems with Work Manager.

I'd like to know which is the better way to implement this process.

Thanks,

Marcela

1 Reply

Avatar

Employee Advisor

I'm not sure but you can use Wait Point (  http://help.adobe.com/en_US/livecycle/10.0/WorkbenchHelp/WS92d06802c76abadb-1cc35bda128261a20dd-7ef2... ) within the process loop.

Hope it helps.

Thanks,

Wasil