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

Copy Markdown View Source

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.

Summary

Types

t()

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