Confluence · Arazzo Workflow
Confluence Moderate a Page Comment
Version 1.0.0
Review a page's comments, read one, then branch to redact it in place or delete it outright.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
moderate-comment
Redact or delete a footer comment on a Confluence page.
Lists a page's comments, reads the flagged one, and either updates its body with redacted text or deletes it, depending on the requested action.
1
listComments
getFooterComments
List the page's footer comments in storage format to establish the moderation context around the flagged comment.
2
readComment
getCommentById
Read the flagged comment to capture its author, resolution status, and the current version number that a redaction must supersede.
3
redactComment
updateComment
Rewrite the comment body in place with the redacted text, incrementing the version so the moderation action is recorded in the comment's history.
4
removeComment
deleteComment
Delete the comment outright. This removes the thread entry, so it is only taken when redaction is not sufficient.