FeedOne feeds a single URL down the pipeline in response to a command from the administrator. It can be used for simple feeding requirements or debugging of workflow groovy rules, applications, publishers etc.


Configuration

This app-bundle doesn't require any configuration other than the workflow options, just by installing it you will get a FeedOne component and a workflow. This service is supposed to be installed from the Services Administration UI.

PropertyTypeDefaultDescription
wfReloadPeriodString15sThe frequency of reloading of the workflow rules
wfErrorTolerantBooleanfalseWhen set, exceptions in workflow rules will only effect the execution of the rule in which the exception occurs. Subsequent rules will be executed and the job will complete the workflow successfully. If not set, exceptions in workflow rules will be re-thrown and the job will be moved to the error workflow.
debugBooleanfalseControls whether debugging is enabled for the application. Debug messages will be written to the log files.


Configuration Example

To install the application bundle, add the configuration, as follows, to the <autoStart> section of the Aspire settings.xml.

  <application config="com.searchtechnologies.aspire:app-feed-one">
  <properties>
    <property name="wfReloadPeriod">15s</property>
    <property name="wfErrorTolerant">false</property>
    <property name="debug">false</property>
  </properties>
</application>
Feed One Service App-bundle (Aspire 2)
AppBundle Name Feed One service
Maven Coordinates com.searchtechnologies.aspire:app-feed-one
Versions 2.2.2
Type Flags None
Inputs N/A
Outputs N/A
  • No labels