Confluence · Arazzo Workflow
Confluence Archive or Delete a Blog Post
Version 1.0.0
Find a blog post by title, archive it to preserve the record, and optionally delete it.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
retire-blog-post
Archive a Confluence blog post and optionally delete it.
Locates a blog post by title, archives it with a version-incremented update, and deletes it only when the caller asks for deletion rather than archival.
1
findBlogPost
getBlogPosts
Filter current blog posts by exact title so the retirement cannot be applied to the wrong post.
2
readBlogPost
getBlogPostById
Read the matched post in storage format to capture the body to carry forward and the current version the archive write must supersede.
3
archiveBlogPost
updateBlogPost
Set the post's status to archived, preserving its content and history while taking it out of circulation.
4
deleteBlogPost
deleteBlogPost
Delete the archived blog post. Only reached when the caller explicitly asked for deletion rather than archival.