Example
Complete procedure: hardware kiosk flows that issue tickets and print barcodes.
Goal: Attract → select → pay → ticket credentials → print.
Typical step order
- KioskAttract
- SetParametersDirectly (defaults / device context)
- TileSelectionInput and/or time (RelativeTimeFrameInput, …)
- RequireInput / calculators / AddPositionToOrder as needed
- PayNow
- SyncTicketGroupEntry (often more than one)
- PrintBarcode
Contrast: Classic occupancy ends in reservation + email; this path ends in ticket sync + print.
See components kiosk-attract, sync-ticket-group-entry, print-barcode.