I have a problem when working on flows, that I sometimes forget to start the flow again when I'm done, or sometimes I click "start flow", and exit Switch, only to have the flow not start because of a misconfiguration in one of the elements.
To eliminate this human problem, I would like to have a flow that checks if the important flows are running, and reports if something is not running.
That way, as long as I make sure that flow is running, I can be certain that I get a message if one of the flows are not running.
Does anybody know if it is possible to have a flow check on other flows periodically, and report the status of the flow?
Flow to check if other flows are running
- billy.olvestad
- Member
- Posts: 61
- Joined: Mon Nov 19, 2018 10:08 pm
- Location: Sweden
- Contact:
- JimmyHartington
- Advanced member
- Posts: 431
- Joined: Tue Mar 22, 2011 7:38 am
Re: Flow to check if other flows are running
The app Checkup seems to be just for that.
https://www.enfocus.com/en/appstore/product/checkup
https://www.enfocus.com/en/appstore/product/checkup
Have you ever forgotten to restart a flow after debugging it?
Have you ever forgotten to check the remaining space on a disk before leaving on vacation?
If so, or if you never want to find yourself in this situation, this app is made for you.
Because error is human, and this kind of problem can cost you hours of production, this app allows you to automate the generation of alerts.
When triggered by an incoming job, checkup will check :
If a given list of flow are running
Disk space usage with warning and error setting for critical folder disk :
Temporary file path for your OS
Dataset path
Backing path
- billy.olvestad
- Member
- Posts: 61
- Joined: Mon Nov 19, 2018 10:08 pm
- Location: Sweden
- Contact:
Re: Flow to check if other flows are running
Ah. Thanks! I will look in to it.JimmyHartington wrote: ↑Tue Jun 11, 2024 11:05 am The app Checkup seems to be just for that.
https://www.enfocus.com/en/appstore/product/checkup
- JimmyHartington
- Advanced member
- Posts: 431
- Joined: Tue Mar 22, 2011 7:38 am
Re: Flow to check if other flows are running
I have just bought the app, because we could also use it monitor our flows.
As you, I have often forgot to start some flows
The flow below checks certain flows every 5 minutes. If one flow from each group is not running it sends an e-mail formatted like below.
The groups are based on certain flows for certain customers.
I use the JSON from the Checkup-app in the app Create file from template to generate the HTML and use that as the mail-body.
The ones with the red x is not running.

As you, I have often forgot to start some flows

The flow below checks certain flows every 5 minutes. If one flow from each group is not running it sends an e-mail formatted like below.
The groups are based on certain flows for certain customers.
I use the JSON from the Checkup-app in the app Create file from template to generate the HTML and use that as the mail-body.
The ones with the red x is not running.
- tdeschampsBluewest
- Member
- Posts: 122
- Joined: Tue Jun 01, 2021 11:57 am
Re: Flow to check if other flows are running
Hi there!
Checkup app developer here
.
If you have any question, or feature that you want to be implemented in the app, do not hesitate to contact us directly trough appstore@bluewest.fr
Checkup app developer here

If you have any question, or feature that you want to be implemented in the app, do not hesitate to contact us directly trough appstore@bluewest.fr

Do you like the Enfocus Apps developed by Bluewest?
Feel free to leave a comment on the Appstore!
Feel free to leave a comment on the Appstore!
- billy.olvestad
- Member
- Posts: 61
- Joined: Mon Nov 19, 2018 10:08 pm
- Location: Sweden
- Contact:
Re: Flow to check if other flows are running
Thank you! Seems awesome. I will look in to that.