Atlassian · Arazzo Workflow
Atlassian Confluence Create Child Page
Version 1.0.0
Confirm a parent page, create a child page under it, then read the child back.
Provider
Workflows
create-child-page
Create a Confluence child page under an existing parent.
Confirms a parent page, creates a child page nested under it in the same space, and reads the child back.
1
getParent
atlassianGetcontentbyid
Read the parent page to confirm it exists before nesting under it.
2
createChild
atlassianCreatecontent
Create a child page nested under the parent via the ancestors relationship.
3
getChild
atlassianGetcontentbyid
Read the child page back to confirm it was created.