Improved Activity Logs
Activity Logs now show the full round trip for every workflow action — not just the end result. When something fails, you can see exactly where.
What's New
- Workflow actions now log three stages: Request (what was sent from your workflow), Response (what came back from the provider), and Returned (what was passed back to your workflow)
- Workflow triggers log two stages: Response and Returned, since triggers don't send an outbound request
- Status indicator on every stage — green for a successful (200) response, red if that specific stage failed
- Each stage is expandable, so you can inspect the exact payload sent or received at that point
Why It Matters
- Pinpoint exactly where a failure happened — the request, the provider response, or what came back to your workflow — instead of guessing from a single pass/fail result
- Confirm what was actually sent and received at each step when a workflow doesn't behave as expected
- Faster troubleshooting means fewer support tickets and quicker fixes when something goes wrong