Is it recommemded to use delay in between start_item and finish_item?

is it recommemded to use delay in between start_item and finish_item in task body of sequence?

In reply to lalithjithan:

The UVM does not allow it.

Finish_item must be called after start_item with no delays or delta-cycles.