# `WorkflowStem.Components.StepwiseProjection`
[🔗](https://github.com/fosferon/workflow_stem/blob/main/lib/workflow_stem/components/stepwise_projection.ex#L1)

Wraps `Mobus.Stepwise.Components.StepwiseProjection` and converts the
resulting `Mobus.Stepwise.Projection` into `WorkflowStem.Projection`.

Delegates all projection logic (ordered_steps, available_events, ui_for,
subscriptions_for, build_extensions) to the foundation, then wraps the
struct for workflow_stem consumers.

See `Mobus.Stepwise.Components.StepwiseProjection` for the underlying
implementation.

# `call`

```elixir
@spec call(map(), map()) :: map()
```

---

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