Queue Questions

If we have dispatcher and performer bot what items the performer bot will pick and process it.
If we are using queue based trigger what are the items the performer will pick it will be only new items right??
If only one item is added will the performer will process only that?
How we can develop both performer and dispatcher in one single re-framework
workflow?

@Gayathri_Mk

Dispatcher is the bot which will add the items to queue and performer is what picks the items from queue…All Items in queue with new state are picked by performer…what to add to queue is dependant on the cnditions you give in dispatcher and can add only few items

Yes only New are picked but performer is what picks the items and not dispatcher

Yes…again performer will process but not dispatcher

Include the adding to queue or bulk add queue items in initialize state or in get transaction data state when the transaction number is 1

Hope this helps

cheers

thank you @Anil_G sorry I jumbled dispatcher and performer in question

1 Like

@Gayathri_Mk

Happy Automation

If no further questions please close the topic else happy to help

cheers

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