description: makes available new items in a feed under a customizable url
type: action
provider name: Feed Service Provider
step config options:
Feed URL (required). Note that only part of the path can be customized.
A path to the feed looks like this: /flows/[flow_id]/steps/[step_id]/out/[rss|atom]/[configurable_string].
The path segment /flows/[flow_id]/steps/[step_id]/out/ cannot be configured.
Feed format: RSS 2.0 (default) or Atom 1.0 can be configured
Feed title
Max items (default is 10)
Item title (required)
Source URL (required)
Content (required)
PupDate
Important: Note that field content can be set to be coming from any upstream steps properties and can be chained using any or none characters in between or as pre- or postfixes.
output
Standard conformant feed containing data from the configured upstream properties.
Further requirements
‚new‘ is defined by upstream events passing data to step
testing the step configuration
preconditions
at least one sample item containg data for all required fields. Will be offered automatically based on available data in flow (last five incoming events). Can be created manually using form fields from step config.
test success criteria
item in feed can be created successfully based on available data
Service description
Further requirements