Tutorials¶
Step-by-step guides to build workflows and use the API and UI.
Available tutorials¶
| Tutorial | Description | Duration |
|---|---|---|
| Order workflow | Build an order lifecycle FSM with guards and actions, run it in Python. | ~25 min |
| API and UI | Run the REST API and web UI; validate configs, run process, manage machines. | ~15 min |
Learning path¶
- Order workflow — Get comfortable with states, transitions, guards, and actions in code.
- API and UI — Use the same concepts over HTTP and in the visual builder.
Prerequisites¶
- Python 3.11+
pip install pystator(andpystator[api]for the API/UI tutorial)- Quick start done (optional but helpful)
Tutorial format¶
Each tutorial includes:
- Overview — What you’ll build or do
- Steps — Numbered instructions with copy-paste code
- What’s next — Links to deeper docs or other tutorials
Getting help¶
- Concepts — States, transitions, guards, actions
- API reference — Full API summary
- Examples — Runnable example list
- GitHub Issues