Browsed by
Month: February 2026

Extracting Unified Workflow Metadata

Extracting Unified Workflow Metadata

Recently I stumbled upon a question that kept nagging me: How can I get unified workflow metadata? This came up while I was working on my demo for the blog post Lightweight Workflow Monitoring. In that demo, I reused my Try-Catch-Finally pattern originally developed for Power Automate Flows. I applied this pattern to an Azure Logic App. So far, so good. But then I hit an unexpected twist. In Power Automate, I rely heavily on the workflow() expression to access…

Read More Read More

Building an AI Agent That Generates Test Data

Building an AI Agent That Generates Test Data

Recently, I was creating an agent with the goal to identify potential incidents in Teams community of practice channels. I started building this agent to find problems such as “I need help” and create ServiceNow incidents from its information. Testing it meant feeding realistic support cases into the system. But here’s the problem: real support data contains sensitive information. Project names. Client issues. Internal struggles. You can’t demo that publicly. You can’t even use it safely in testing. This isn’t…

Read More Read More