Files
nexus/wiki/concepts/Audit-Trail.md
2026-04-23 00:02:55 +08:00

1019 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Audit-Trail concept
observability
compliance
n8n
security
n8n-workflow-orchestration
2026-04-17

Aliases

  • Audit Trail
  • 审计轨迹

Definition

系统自动记录每次工作流执行的完整输入、输出和状态信息,形成可追溯的执行历史。在 n8n 中,每次工作流触发都会记录执行数据,无需额外配置即可获得完整的操作审计日志。

Why It Matters

  • 合规需求SOC2、ISO 27001 等框架要求记录所有敏感操作
  • 故障排查API 调用失败时可快速定位问题
  • Agent 行为审查:确认 Agent 实际发送了什么数据
  • 数据回放:失败的执行可重新触发

Connections