Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Workflow logs in a file

MadhavTR
8 - Asteroid

Hi All,

 

I have built a workflow. Can i record the logs in a file so that i can refer to it later if something breaks in production?

 

Thanks

3 REPLIES 3
KGT
13 - Pulsar

Under Options > User Settings, set a logging directory. Then the output log will go there.

 

If running on server, then that should all be enabled and also accessible via API (I am kinda confident on).

 

You can also use Test/Message/Count Records etc and create your own log in the workflow, then write that out to somewhere, but that's entirely manual.

Raj
16 - Nebula

 

Under Workflow Configuration > Events, set up an event to trigger when the workflow fails.
Use a batch file to log the error or notify via email.

 

MadhavTR
8 - Asteroid

Thanks for the reply. Worked for me.

Labels
Top Solution Authors