This n8n workflow is designed to retrieve execution data from the n8n platform itself and convert it into a CSV format for easier analysis and storage. When triggered manually, it fetches all execution logs of workflows, converts this data into a CSV file, and then provides flexibility to save or process the file as needed. The workflow is ideal for monitoring, auditing, or analyzing workflow executions over time, especially useful for administrators or users managing multiple automations.
The process begins with a manual trigger node, which initiates the workflow. Next, it calls the n8n API to fetch all execution records, without any filters, ensuring comprehensive data collection. These records are then transformed into a CSV file, making the data easy to handle and review. The final node is a placeholder (No Operation) for users to replace with their preferred cloud storage service, such as AWS S3, Google Drive, or Dropbox, to save the CSV file.
Additionally, sticky notes are embedded in the workflow for documentation and guidance, highlighting each step’s purpose and offering instructions for customization. This setup is especially useful for debugging, reporting, or maintaining detailed logs of automated processes, providing transparency and insights into workflow behavior over time.
Reviews
There are no reviews yet.