Parallel node not run parallel

I am using parallel for 3 get element nodes, but it not run parallel and run step by step from left to right, so the second node only get element after the get node first timeout. How to fix this

Workflow foundation uses multitasking, it is not multithreaded, it can only execute on activity at a time. If you need that, you need to run seperate workflows using invoke openrpa

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