# `Runic.Workflow.Events.ConditionSatisfied`
[🔗](https://github.com/zblanco/runic/blob/main/lib/workflow/events/condition_satisfied.ex#L1)

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
