# `Mobus.Stepwise.Types`
[🔗](https://github.com/fosferon/mobus_stepwise/blob/main/lib/mobus/stepwise/types.ex#L1)

Canonical types for the stepwise engine.

Defines the shared type vocabulary used across engine, pipeline,
and component modules.

# `event`

```elixir
@type event() :: atom() | String.t()
```

# `execution_id`

```elixir
@type execution_id() :: String.t()
```

# `ir`

```elixir
@type ir() :: map()
```

# `meta`

```elixir
@type meta() :: map()
```

# `payload`

```elixir
@type payload() :: map()
```

# `profile`

```elixir
@type profile() :: :stepwise
```

# `reason`

```elixir
@type reason() :: term()
```

# `runtime`

```elixir
@type runtime() :: map()
```

# `runtime_context`

```elixir
@type runtime_context() :: map()
```

# `spec`

```elixir
@type spec() :: map()
```

# `tenant_id`

```elixir
@type tenant_id() :: String.t()
```

# `wait_cfg`

```elixir
@type wait_cfg() :: map()
```

---

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