You might be able to leverage Work Queue tagging and Active Queue functionality to achieve what you're going for here. For instance, if a particular work item must be worked by a particular robot, tagging it with that instances' hostname and then using a tag filter on your Get Next Item stage within your process to only grab items for that particular Runtime Resource component. If the Work Item must be worked by a different Blue Prism Process entirely, you may consider utilizing a multi-queue strategy or adding more tags to further differentiate each Work Item