The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

AIF Execution Events

Immutable execution event logs for audit replay, compliance verification, and observability.

Event Types

Type Description
task.created New task registered
task.dispatched Task assigned to executor
task.running Execution started
task.checkpoint Intermediate state saved
task.completed Successful completion
task.failed Execution failure with error
task.rolled_back Saga compensation triggered
task.approved HITL gate passed
task.rejected HITL gate denied

Schema

{
  "event_id": "uuid",
  "task_id": "string",
  "event_type": "string",
  "timestamp": "iso8601",
  "trace_id": "string",
  "payload": {},
  "immutable_hash": "sha256"
}

Usage

from datasets import load_dataset

ds = load_dataset("FrostyJay7813/aif-execution-events")
Downloads last month
7

Space using FrostyJay7813/aif-execution-events 1