Event emitted when a node consumes its activation edge (marks it as :ran).
from_label is the edge label being consumed: :runnable or :matchable.
from_label
:runnable
:matchable
@type t() :: %Runic.Workflow.Events.ActivationConsumed{ fact_hash: term(), from_label: :runnable | :matchable, node_hash: term() }