Comment Deleted

Fires when a comment is deleted from a ticket.

Fires when a comment is removed.

Inputs

This node has no inputs.

Outputs

  • TicketTicket. Carries the ticket whose comment was deleted, or the resolved ticket record when that output is requested. It points to the ticket that contained the removed comment.
  • CommentComment. Carries the deleted comment with its id, plain-text content, author, and created time when requested. The executor still reconstructs the comment shape from the delete payload so downstream logic can inspect what was removed.

Example use cases

Retain deletions

Capture the Comment ID for compliance before the comment disappears from the ticket.

See also