web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : Eu0AVLfbjhr+SaSh0oMXoL
Power Automate - Power Automate Desktop
Unanswered

Monitoring processes in Power Automate Desktop

Like (0) ShareShare
ReportReport
Posted on 4 Oct 2021 07:24:57 by

There is an option to monitor processes in Power Automate Desktop?
I want to know if process finished success, failed or still running. 
I run processes with Run Application: scripts python 3, bash scripts, console application.
I'm using free Power Automate Desktop.

 

I have the same question (0)
  • MichaelAnnis Profile Picture
    5,721 Moderator on 04 Oct 2021 at 15:23:58
    Re: Monitoring processes in Power Automate Desktop

    To see if a process is done running, I would use environment variables:

     

    For the prerequisite PAD:

    • Set Environment Variable %PrerequisiteProcess% to 'Running'
    • Run Process #Have an OnError Block over the entire process pointed to an Error flow that results in "Set Environment Variable %PrerequisiteProcess% to 'Error'
    • Set Environment Variable %PrerequisiteProcess% to 'Completed'

     

    On dependent process:

    • Label:  Check_Process_Status
    • %Get Environment Variable %PrerequistieProcess%
    • Switch %Prerequisite Process%
      • Case 'Never_Ran'
        • Run Flow_PrequisiteProcess
        • Wait 60
        • Go to Label Check_Process_Status
      • Case 'Running'
        • Wait 60 (or however long you want to wait before attempting to see the status again)
        • Go To Label: Check_Process_Status
      • Case 'Completed'
        • #Continue

     

    Best of Luck!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 666 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 382 Moderator

#3
developerAJ Profile Picture

developerAJ 254

Last 30 days Overall leaderboard