Skip to content
← Back to Index

OnTicketCommands

This hook runs after commands have been applied to a Ticket Actor from the create or applyCommands message. Commands returned from rules does not trigger the hook again.

Type

filtrera
{
  hook: 'OnTicketCommands'
  before: Ticket // The ticket before the commands were applied
  ticket: Ticket // The ticket after the commands were applied
}

Effects

ticketCommand Applies a command to the ticket actor.

© 2024 Hantera AB. All rights reserved.