Hello Fellow Alteryx Users,
HELP!! I am trying to receive email notifications of the event logs (Engine Logs) every time a workflow runs .
I have tried enabling events on the workflow configurations but i dont believe this works outside of server
Alternatively I have set up the logging directory but because only one logging directory path can be configured for ALL workflows ( all workflows share one logging directory). I am unable to differentiate which log corresponds to which workflow. To resolve this issue I tried to modify the engine log ( example: Alteryx_Log_[workflow name]_[number].log) but this is not possible.
Ideally i could either :
A. Affectively set up the event logging workflow configurations for Designer scheduler
B. Have a Logging Directory path unique for each workflow
C. Have a unique engine log file name for each workflow (perhaps by being able to overwrite a log every time x workflow runs)
Does anyone know how to resolve this issue?