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

FSM semantic transition component.

Applies the `from -> to` transition and records history/trace.

# `call`

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

---

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