Rule Hook
OnOrderDeleted
Back to IndexThis hook runs after an Order Actor has been deleted.
Type
{ hook: 'OnOrderDeleted' order: Order // State of the order before deletion}
Effects
Sends a message to another actor after the order has been deleted. Responses from the target actor is ignored.messageActor
Schedules a job.scheduleJob