Hello,
When during the workflow process does the Alteryx log file get created/written?
I'm asking because I have a Power Automate file migration workflow that moves Alteryx log files and I'm wondering if I need to build a delay into my Power Automate flow. If the Alteryx log file is created after the Alteryx workflow runs it is not an issue. However, if the Alteryx log file is being written to as the Alteryx workflow is processing then I'll need to account for that.
Solved! Go to Solution.
The Sqlite files to accompany the executions are in this folder:
c:\ProgramData\Alteryx\Service\Persistence
Each file has information about the execution of the workflow.
And the physical log file, if configured to be generated in a folder, is generated after the completion of the workflow execution