Jidoka.Workflow.RunEvent (Jidoka v0.9.0)

Copy Markdown View Source

Safe lifecycle projection for one persisted background workflow event.

Summary

Types

t()

@type t() :: %Jidoka.Workflow.RunEvent{
  component: atom() | String.t() | nil,
  run_id: String.t(),
  sequence: pos_integer(),
  type: String.t()
}