Skip to main content

Stage

The Stage is an optional component in the workflow. It can be used to store the records in a file or data store and can be used to aggregate the work done by a processor.

API

_run this method is called for each record coming down in the workflow chain and can be used to store the record. This method doesn’t emit anything for the downstream to process on.

Example

Example implementation