How to stop proceeding further add queue item in reframework uipath without changing the queue status from new

How to stop proceeding further add queue item in reframework UiPath without changing the queue status from new

If your requirement is to Stop the execution from performer based on a condition - Lets say - Stop the performer if the time is greater than 5 PM

you can do this from the Get Transaction State. Rite above Should Stop activity - you can add an IF activity based on your condition

@Rajat_Diwane1,

Use postpone queue item activity for this. It will reset the queue item status to New.

@Rajat_Diwane1

Welcome to the community

First of all where are you using the add queue item

Cheers