What is the use of defer date and and due date in add queue item activity..?

Hi,
What is the use of defer date and and due date in add queue item activity…Can anyone explain it with example.?

1 Like

Hi Sam,

Defer Date is set if you want to delay a queue items running, The item will not run until at least the defer date.

The due date is one way to control the execution of a queue item. When we use get transaction item the robot picks the next item based on the closest due date and the highest priority item. The item will still run past the due date.

Hope this helps

Thanks

1 Like

Thanks :slight_smile: