Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SMILA/Documentation/Importing/UpdatePusher

< SMILA‎ | Documentation
Revision as of 12:52, 29 November 2011 by Unnamed Poltroon (Talk) (New page: === Worker description === * Name: <tt>updatePusher</tt> * Parameters: ** <tt>jobToPushTo</tt>: The job to push the crawled records to. * Input Slots: ** <tt>recordToPush</tt>: a bucket ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Worker description

  • Name: updatePusher
  • Parameters:
    • jobToPushTo: The job to push the crawled records to.
  • Input Slots:
    • recordToPush: a bucket of type recordBulks containing the records produced by the crawl workflow.
  • Output Slots:
    • pushedRecords: (optional) the records that could be successfully submitted to the destination job. Usually not set, but may be used to trigger further actions on submitted records.

Back to the top