Example
Complete procedure: hardware kiosk flows that issue tickets and print barcodes.
Goal: Attract → select → pay → ticket credentials → print.
Typical step order
- Kiosk Attract (
KioskAttract) - Set parameters directly (
SetParametersDirectly) (defaults / device context) - Tile Selection (
TileSelectionInput) and/or time (Relative time specification (RelativeTimeFrameInput), …) - Input form (
RequireInput) / calculators / Add Position (AddPositionToOrder) as needed - Online direct payment (
PayNow) - Generate ticket (
SyncTicketGroupEntry) (often more than one) - Print Physical Barcode (
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.