So I have an automation that starts processing with a cloud flow and then triggers an unattended desktop flow (running with 2 machines).
All is working great, but a lot of times the requests are stuck in the queue, which is fine, but I would like to increase transparency to the user base, by sending a teams notification once the process is actually starting to process.
It already notifies the user when cloud flow is completed (and queued for the desktop processing) and when the desktop flow is completed (successful or with an error), but i would like to add a notification step to inform once the unattended desktop flow starts processing.
A condition like: when the queue status changes to Running, then send a Teams chat.
Is this possible or any form of interaction from the cloud flow with the unattended RPA queue?