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

Event emitted when a node consumes its activation edge (marks it as :ran).

`from_label` is the edge label being consumed: `:runnable` or `:matchable`.

# `t`

```elixir
@type t() :: %Runic.Workflow.Events.ActivationConsumed{
  fact_hash: term(),
  from_label: :runnable | :matchable,
  node_hash: term()
}
```

---

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