Skip to content

Rule Runtime Hooks

OnCustomerBeforeCreated

Runs before any command have been applied to a Customer Actor from the create message

OnCustomerCommands
OnCustomerCreated
OnOrderBeforeCreated
OnOrderCommands
OnOrderCreated
OnOrderJournal
OnPaymentAuthorized
OnPaymentBeforeCreated
OnPaymentCapture
OnPaymentCommands
OnPaymentCreated
OnPaymentJournal
OnTicketBeforeCreated

Runs before any command have been applied to a Ticket Actor from the create message

OnTicketCommands

Runs after commands have been applied to a Ticket Actor from the create or applyCommands message

OnTicketComplete

Runs during the completion of a Ticket Actor

OnTicketCreated

Runs after commands have been applied to a Ticket Actor from the create message, but before the OnTicketCommands hook

OnTicketRejected

Runs after a Ticket Actor has been rejected