How to proceed with new work item in middle of running job

I have a scenario where I need to insert a new work item as priority and start it soon, There is one job already running, so How do I proceed with the new work item.

Any suggestion please, what is the approach?
What happens to those already running items, how can i work on those latter?

New to Queue concept.

@Ranjit_Nayak1
You could use add transaction item activity to add priority queue item.The bot finishes the current item and then picks the next priority item inqueue

Hi @Ranjit_Nayak1

You cannot pause the execution but you can add new queue item with same details and also can add conditions from where it needs to start the second time.

If you need to process something else add it with high priority and immediately after the current item if no other high priority are there then it picks up your item first and because you added the first item also back to queue even that would be available again

cheers

1 Like

Hi @Ranjit_Nayak1

It no possible to Pause the execution and add some things in it.

As @Anil_G Suggestion you can try to Use Add Queue item with High priority. After completing one transaction it will get the data in the queue based on priority.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.