Hi Jose,
Actually, we have a one scenario, multiple Bot's gets the input data from database & filter it to get unique record (i.e. the record is not processed successfully in the previous run's using work queue).
So they can load unique data into the same queue. But right now, multiple Bots start the processing at a same time & get the same data from database. So we are not able to filter it using work Queue.
So for this purpose, I need to share the Collection data present in that session with other Bot's session.