Hello,
I have two desktop flows triggered by a cloud one:
- The first desktop flow outputs a b64 image captcha code.
- Then this is used to send an adaptive card to teams and wait for the user to respond.
- After the user responded, the second flow attaches to the running instance and populates the filed with the user input.
So basically it launches a new Chrome page in the first desktop flow and on the second flow it attaches to it in order to login.
Below is a diagram of the flow

The first desktop flow creates a session on the machine, my question is regarding the second flow.
Does the second flow uses the same session or create another one?
I ran this flow in attended mode and it was successful end-to-end, however when it is in unattended it not working properly as only the first PAD flow is successful .
Error message for the Launch and Attach to Chrome by URL in the second PAD flow action:
"code": "WebAutomation.LaunchChromeError",
"message": "Problem while executing action 'AttachToChromeByUrl'. Failed to assume control of Chrome (communication with browser failed. Make sure add-on is installed). \r\n \r\nMicrosoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Failed to assume control of Chrome (communication with browser failed. Make sure add-on is installed). --->