Skip to main content
TUR Tech Pulse — follow updates from the tools I use and recommend. Occasional, curated.

Content Tagged "workflow-automation"

This page collects all articles and projects tagged workflow-automation. Tags help you navigate by tool, theme, or topic—whether you're looking for content on specific technologies like n8n or Databricks, or broader themes like workflow automation or hockey analytics.

Content spans agentic engineering, production AI agents, data pipelines, full-stack work, and hockey analytics. Browse other tags, topics, or case studies for applied examples.

Projects describe case studies with real outcomes—conversational analytics prototypes, AI feedback agents, automated content pipelines, and hockey analytics dashboards. Blog posts cover implementation details, tool comparisons, and lessons learned. If you're looking for something specific, the blog index and portfolio offer alternative ways to explore.

Blog Posts

From Unused Dashboards to Unused AI Output — The Next Shift Is Operations, Not More Artifacts

analysis ·
Dashboards failed because they never entered daily action. Generative AI is repeating the trap with decks, drafts, and more boards. The shift is embedding agents into operations with policy and ROI discipline.

n8n Error Trigger: Workflow-Level Error Catching and When It Actually Fires

tutorial · · Updated
The n8n Error Trigger node is a workflow that runs when another workflow fails — but the when and why are full of edge cases. Here is how it actually works, what it misses, and how to build reliable error handling in production n8n.

n8n getWorkflowStaticData: 64KB of Cross-Execution State Without External Dependencies

tutorial · · Updated
Most n8n state persistence requires Redis, a database, or a file. getWorkflowStaticData lets you store up to 64KB of data that survives between workflow executions with zero infrastructure — built right into the workflow engine.

Master n8n: Building Robust Data Pipelines with Workflow Automation – A Step-by-Step Guide

article · · Updated
Learn how to build powerful and robust data pipelines using n8n. Step-by-step setup, practical examples, and patterns for reliable automation.