Verify Hash Chain Integrity
Hash Chain Status Fields
Step Integrity Fields
How Hash Chains Work
- First Step: Hash = HMAC-SHA256(prevHash:threadID:stepID:stepName:idempotencyKey:timestamp)
- Subsequent Steps: Each step’s hash includes the previous step’s hash
- Verification: Recalculate hashes and compare with stored values
- Tamper Detection: Any modification breaks the chain
Use Cases
Next Steps
Step Queries
Query step execution history
Thread Queries
Query thread data