闲社服务运行正常AI智能体自动化平台
e

execution-log-normalizer

Normalize a redacted workflow execution failure into a stable incident record.

作者:暂未提供 | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

execution-log-normalizer

Execution Log Normalizer

Turn a redacted execution event into a deterministic record before classifying or retrying it.

Scenario and prerequisites

  • - Use with an n8n-like execution export or an equivalent workflow failure record.
  • Input must be authorized and redacted; do not include credentials, cookies, tokens, or private customer payloads.
  • Python 3.10+ and the standard library are enough.

Input and output

Input needs execution_id, workflow_name, status, failed_node, error_message, started_at, and retry_count. Output is READY or BLOCKED, plus a stable failure fingerprint and explicit missing-field reasons.

Execution and recovery

Run python scripts/normalize_execution.py --input examples/input.json --output examples/output.json. Add missing fields or redact the payload and rerun. This script never reads an n8n instance or retries an execution.

Acceptance

The normal sample produces READY and a non-empty fingerprint; the broken sample produces BLOCKED.

下载

v1.0.0 最新 2026-8-21 09:21
初始版本(来自套餐拆分)
返回顶部