# `Hephaestus.Workflow.Unique`
[🔗](https://github.com/hephaestus-org/hephaestus_core/blob/v0.3.1/lib/hephaestus/core/workflow/unique.ex#L1)

# `scope`

```elixir
@type scope() :: :workflow | :version | :global | :none
```

# `t`

```elixir
@type t() :: %Hephaestus.Workflow.Unique{key: String.t(), scope: scope()}
```

# `new!`

---

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