Admin Panel

Here you can manually invoke certain events where needed or remove registrations.

Note: The payment confirmation gets triggered via background job 1 min after the request. If you don't want to wait that long, you can press the blue button beforehand to manually invoke this event.

Registrations

Registration for `mod`

  • Registration status: complete
  • Detailed state (internal): `done`

Remove (demo only)

Logs

Every single transition (or try thereof) is logged. For simplicity those are now not shown here.

Background processing

In the background crontab is triggering the state machine conditions and timeouts every minute:

* * * * * cd /sandbox && bin/cake state_machine check_conditions Registration -q
* * * * * cd /sandbox && bin/cake state_machine check_timeouts Registration -q

Send your feedback or bugreport!