Confluence · Arazzo Workflow
Confluence Publish a Blog Post and Read It Back
Version 1.0.0
Resolve a space by key, publish a blog post into it, and read the stored post back.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
publish-blog-post
Publish a Confluence blog post into a space identified by key.
Looks up the space id for the supplied space key, creates a blog post there, and reads the created post back to confirm it persisted.
1
resolveSpace
getSpaces
Resolve the supplied space key to the numeric space id required to create a blog post, confirming the space exists and is current.
2
createBlogPost
createBlogPost
Create the blog post in the resolved space. Creating with status draft stages it for review; status current publishes it immediately.
3
readBackBlogPost
getBlogPostById
Read the created blog post back in storage format to confirm it persisted and to capture the authoritative version for any later revision.