# README
FlowOrch
YAML based workflow orchestrator
# Functions
AbortRunHandler ...
GetAbortDetails ...
HealthCheckHandler ...
HealthCheckTelegraf : it will check telegraf's health on the local machine
To enable health check of telegraf, add this plugin [[outputs.health]] in telegraf.conf file
[[outputs.health]]
service_address="http://localhost:8282"
read_timeout = "5s"
*/.
QueueStatusHandler ...
UpdateAbortStatus ...
# Variables
EnableMetrics will have the value of an environment variable("ENABLE_METRICS") which enables the metrics if its value is "ON".
MapOfDeleteChannelDetails ...