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

Copy Markdown View Source

Event emitted when a condition (or conjunction) is satisfied by a fact.

Summary

Types

t()

@type t() :: %Runic.Workflow.Events.ConditionSatisfied{
  condition_hash: term(),
  fact_hash: term(),
  weight: non_neg_integer()
}