I am curious about how to use Parallel Activity

‘Parallel Activity’ This is not running either one of them, but sequentially. Why would you use this?

  • Log Message
    image

The result is the same if you use only one Sequence Activity.

Hi,
Parallel activity provides pseudo multi-threading. So, if some activity become waiting in one lane, other activity will run in other lane.

Can you try to insert delay between Log Message, for example?

Note: Output panel is not assumed its order in msec. Perhaps you should check log file.

Regards,

The main use of parallel activity to reduce the execution time and it executes parallely and asynchronously.
An activity that executes all child activities simultaneously and asynchronously.

In the below example, there are two child branches. First child opens the amazon site and click on computers and second child opens notepad and types text into notepad.

I know it. thank you~

thank you

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