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")
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support