Confluence · Arazzo Workflow
Confluence Anchor an Inline Comment to Page Text
Version 1.0.0
Read a page's storage body, anchor an inline comment to a text selection, and read the page's inline comments back.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
anchor-inline-comment
Create an inline comment anchored to a specific text selection on a Confluence page.
Reads the target page's storage body, posts an inline comment bound to a text selection, and verifies the comment appears among the page's inline comments.
1
readPageBody
getPageById
Read the page in storage format so the caller can confirm the text selection exists verbatim in the body before anchoring to it.
2
createInlineComment
createInlineComment
Create the inline comment bound to the text selection. The inlineCommentProperties carry the anchor; without them Confluence stores an unanchored comment.
3
verifyInlineComments
getInlineComments
Read the page's inline comments back to confirm the new comment is present and anchored rather than silently dropped.