Multiple activities running concurrently

I would like to begin sending an email and while the email is sending move onto the next activity which is a click. Is there anyway to have the flow move onto the next activity before finishing the previous one?

Hi,

Basically, UiPath is like single thread program. However, combination with Parallel activity and InvokeWorkflowFile activity with isolate option might be able to process multiple activities concurrently.

The following topic might also help you.

Regards,

Parallel does NOT run multiple activities concurrently.

Hi,

Yes. However, combination with Parallel activity and InvokeWorkflowFile activity with isolated option can process concurrently because callee workflow run on another process. Please see the above link topic.

Regards,

Hello @thasniarob ,

Please watch the below video it can help you. You can explore the possiblity of Background automation which can perform concurrently along with a forground.