📄️ Create a Pipeline
A pipeline donotes flow of data from source to destination. A pipeline can have multiple transformations in between.
📄️ Pipeline Schedules
Pipelines configured with Scheduled Batch Processing enabled can have a schedule associated for processing events in the pipeline.
📄️ Pipeline Editor
A newly defined pipeline will only connect the selected Source and Destination without any data transformations. Any events received by such pipelines will directly invoke the destination script.
📄️ Processing Failed Events
Events sent to a Pipeline are attempted to be processed by the event processor. If the processor encounters an exception while processing the event in the pipeline's transformers or the Destination, the event will be marked as 'Failed' in the Outbound event.