Chimeway.Signals.Signal (chimeway v1.0.0)

Copy Markdown View Source

Durable host-submitted progression signal.

Each row records a single fact that a host application reported (e.g. a user opened an email, completed a billing task). Signals are the immutable input to workflow advancement — Chimeway.Dispatch.SignalRouterWorker consumes them asynchronously to drive WorkflowRun state transitions.

Summary

Types

t()

@type t() :: %Chimeway.Signals.Signal{
  __meta__: term(),
  actor_id: term(),
  event_name: term(),
  id: term(),
  inserted_at: term(),
  payload: term(),
  tenant_id: term(),
  updated_at: term()
}

Functions

changeset(signal, attrs)