Run the same background process multiple times concurrently

I have a background process that only has 1 action (delay 10 seconds). This background process is linked to a queue trigger.

when i added 2 items to the queue it triggered 2 jobs, however they are running sequentially and not at the same time. Whats the reason for this?? I thought background processes can run in the same machine concurrently

image

Hello @jack.chan

As per my understanding, the background process can invoke multiple workflows within a single process using the use parallel activivty. Here as you are using Queue based approach it may be executed one by one.

Thanks

1 Like

Hello @jack.chan ,

It seems that your are using an Unattended Robot. According to the UiPath specifications you have this:

image

For more info please check UiPath Academy course Attended Automation Features in Studio
Source Link: https://academy.uipath.com/learningpath-viewer/8386/1/509377/2

Hope it helps
Best regards,
Marius

1 Like

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