Jidoka.Review (Jidoka v0.8.0-beta.1)

Copy Markdown View Source

Durable human-review data contracts.

Runtime controls can return interrupts that pause a turn before an unsafe or externally reviewed operation executes. Jidoka stores that pause as Jidoka.Review.Interrupt, exposes it to applications as Jidoka.Review.Request, and resumes with Jidoka.Review.Response.

Summary

Types

interrupt()

@type interrupt() :: Jidoka.Review.Interrupt.t()

request()

@type request() :: Jidoka.Review.Request.t()

response()

@type response() :: Jidoka.Review.Response.t()