# `Runic.Workflow.Fact`
[🔗](https://github.com/zblanco/runic/blob/main/lib/workflow/fact.ex#L1)

# `hash`

```elixir
@type hash() :: integer() | binary()
```

# `t`

```elixir
@type t() :: %Runic.Workflow.Fact{
  ancestry: {hash(), hash()},
  hash: hash(),
  meta: map(),
  value: term()
}
```

# `new`

---

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