Skip to content

Rule Hook

OnOrderDeleted

Back to Index

This hook runs after an Order Actor has been deleted.

Type

{
hook: 'OnOrderDeleted'
order: Order // State of the order before deletion
}

Effects

messageActor Sends a message to another actor after the order has been deleted. Responses from the target actor is ignored.

scheduleJob Schedules a job.

Back to Index