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

Copy Markdown View Source

Event emitted when a node consumes its activation edge (marks it as :ran).

from_label is the edge label being consumed: :runnable or :matchable.

Summary

Types

t()

@type t() :: %Runic.Workflow.Events.ActivationConsumed{
  fact_hash: term(),
  from_label: :runnable | :matchable,
  node_hash: term()
}