Example
Complete procedure: hardware kiosk flows that issue tickets and print barcodes.
Goal: Attract → select → pay → ticket credentials → print.
Typical step order
- Atraer quiosco (
KioskAttract) - Establecer parámetros directamente (
SetParametersDirectly) (defaults / device context) - Selección de mosaicos (
TileSelectionInput) and/or time (Especificación relativa del tiempo (RelativeTimeFrameInput), …) - Formulario de entrada (
RequireInput) / calculators / Agregar posición (AddPositionToOrder) as needed - Pago directo en línea (
PayNow) - Generar ticket (
SyncTicketGroupEntry) (often more than one) - Imprimir código de barras físico (
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.