Runic.Workflow.Events.MapReduceTracked (Runic v0.1.0-alpha.7)

Copy Markdown View Source

Event emitted when a step in a fan-out pipeline tracks its result for downstream fan-in coordination.

Summary

Types

t()

@type t() :: %Runic.Workflow.Events.MapReduceTracked{
  fan_out_fact_hash: term(),
  fan_out_hash: term(),
  result_fact_hash: term(),
  source_fact_hash: term(),
  step_hash: term()
}