We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx workflow logs

lalitkumarnaidu
6 - Meteoroid

Hi,

I understand that currently, one can use email events or the email tool to send notifications for a workflow. I have also used the functionality to send the Alteryx logs as part of the email.

I wanted to find out if there is a way I can only report/extract out very specific parts of the log. This would be useful to customize and make the notifications much more specific.

2 REPLIES 2
JagdeeshN
12 - Quasar
12 - Quasar

Hi @lalitkumarnaidu ,

 

Have you checked out the Crew Macros ?

One of the tools in that package is the Runner tool.

 

The idea is to use a shell workflow containing the runner tool, which in turn call the workflow you want executed and the logs for. The runner tool outputs the logs as a blob in the data stream. This blob can then be processed to extract specific information like you described.

 

Best,
Jagdeesh Narayanan

lalitkumarnaidu
6 - Meteoroid

Thanks @Jagdeeshn looks like this might work, let me try and implement it.

Labels
Top Solution Authors