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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Monitoring processes i...
Power Automate
Unanswered

Monitoring processes in Power Automate Desktop

(0) ShareShare
ReportReport
Posted on 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,727 Moderator on at

    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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 167

#3
Haque Profile Picture

Haque 154

Last 30 days Overall leaderboard