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

Copy Markdown View Source

Derived event emitted when a join edge is relabeled upon join completion.

Captures the relabeling of :joined:join_satisfied edges that occurs when a Join node completes. Produced during apply_runnable/2's coordination finalization, alongside JoinCompleted.

Summary

Types

t()

@type t() :: %Runic.Workflow.Events.JoinEdgeRelabeled{
  fact_hash: term(),
  from_label: atom(),
  join_hash: term(),
  to_label: atom()
}