Thanks Adrian, I think AnalyzeCLI could be a viable option as we have to pause/resume around 400 flows based on the database load status.
------------------------------
Irakli Chitishvili
Data Trust Associates
------------------------------
Original Message:
Sent: 09-27-2023 05:26
From: Adrian Williams
Subject: Master Switch/Trigger Feature
Toby's suggestion to use a parent data flow containing some logic and the Execute Data Flow node is a good solution if you want to be able to specify a range of prerequisites that need to be satisfied before running a child data flow. The logic in the parent data flow could, for instance, check the status of services in a DB table that is updated by IT or a trigger from other monitoring software. If all checks are passed the Execute Data Flow node then runs the child data flow. Note, the schedule would be provisioned on the parent data flow not the child.
If you want to have a mechanism that provided coarse control to enable/disable all schedules then you could use an external system to leverage the AnalyzeCli tool to pause/resume the scheduler.
------------------------------
Adrian Williams
Precisely Software Inc.
------------------------------