Event emitted when a downstream node is activated by a produced fact.
activation_kind is :runnable for execute-type nodes or :matchable for match-type nodes.
activation_kind
:runnable
:matchable
@type t() :: %Runic.Workflow.Events.RunnableActivated{ activation_kind: :runnable | :matchable, fact_hash: term(), node_hash: term() }