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
Use postpone queue item activity for this. It will reset the queue item status to New.
