Hi Everyone,
First time posting a question, hope to get the etiquette right
I have several Scheduled Clod Flows that run Desktop flows, in unattended mode on Virtual Machines:
what I'm been trying to do, and aiming for, is when a Desk Flow run fails or goes timeout (already set in the setting) I'd like to kill the mentioned run (only the Desk flow) and launch another Desk Flow run (let's call it a retry), that at least for 2 times.
The problem occurs with the Timeout: the Configure run after "Has failed or timeout" works, "Desk Flow retry run" stars but the "timeout one" keeps running, occupying the Virtual Machine forever and queuing the scheduled flows
Anyone has any suggestion?
Already tried using a parallel "Terminate" action, but that will kill the all Cloud Flow
Thank You all