GetConfluencePageIds 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-atlassian-processors-nar

Description

Downloads changed Confluence pages since the last sync and emits each as a FlowFile with metadata.

Tags

Preview, atlassian, changes, confluence, fetch, pages

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Confluence Client ServiceController service for managing connections to Confluence
Page IDsComma separated list of page IDs to filter page by; only pages with these IDs are returned
Space IDsComma separated list of space IDs to filter pages by; only pages from these spaces are returned
Start DateStart date from which the ingestion should happen (format: yyyy-MM-dd, inclusive)

State management

ScopesDescription
CLUSTERStores pagination state to maintain position between restarts.

Relationships

NameDescription
failureFailed to fetch changed Confluence pages
originalThe input Flow File is routed to the original relationship.
retryRetryable failure occurred, e.g. rate limiting
successSuccessfully fetched changed Confluence pages

Writes attributes

NameDescription
confluence.page.idUnique identifier of the Confluence page.
confluence.page.change.typeInforms about status change for the searched page.
confluence.page.urlConfluence page url.
confluence.page.titleConfluence page title.
confluence.page.last.modification.dateLast modification date of the Confluence page.
confluence.space.idUnique identifier of the Confluence space.
confluence.continue.fetchingIndicates whether there are more pages to fetch (true/false).