Flow Alerting Feature
Comments
- 
            
Do you guys have any way of tracking and alerting when a flow hasnt been run for some time? I want to alert specific users when a flow hasnt been run after a set amount of time.
 - 
            
Hi there,
You should be able to accomplish this be leveraging the Decisions feature [url=https://documentation.decisions.com/docs/turn-flow-statistics-on]Execution Statistics[/url]
The Execution Statistics are able to be enabled on an individuals flows properties.
[img]att1[/img]
When you tick the CaptureStatistics this will trigger the flows statistics to be saved into the Execution_Statistics table. This will provide you with information such as the reference_name (name of the flow), reference_type, who executed it, and most importantly the execution_date_time. You can set your category name and subcategory, but either way the data will be pushed to the db table.
This is useful to us since now you can create a scheduled job that will run a flow which queries the ExecutionStatistics data and you can throw in logic that determines something such as:
IF DateTime exceeds X amount of time, THEN Y
ELSE ZIll also include the documentation we have on scheduled jobs [url=https://documentation.decisions.com/docs/running-a-flow-on-a-schedule]here![/url]
 
Howdy, Stranger!
Categories
- 4.5K All Categories
 - 88 General
 - 13 Training
 - 214 Installation / Setup
 - 1.2K Flows
 - 112 Rules
 - 277 Administration
 - 215 Portal
 - 503 General Q & A
 - 722 Forms
 - 356 Reports
 - 3 Designer Extensions
 - 47 Example Flows
 - 58 CSS Examples
 - 1 Diagram Tile
 - 8 Javascript Controls
 - 190 Pages
 - 5 Process Mining
 - New Features
 - 187 Datastructures
 - 73 Repository
 - 238 Integrations
 - 30 Multi-Tenant
 - 27 SDK
 - 81 Modules
 - 60 Settings
 - 27 Active Directory
 - 12 Version 7
 - 37 Version 8
 - 143 Lunch And Learn Questions