process method Null safety

Future<PipelineFlowItem?> process(
  1. PipelineFlowItem item
)

Processes a PipelineFlowItem and returns a possibly modified PipelineFlowItem if the pipeline is to continue.

If the operation is acting as a filter null can be returned to cancel the current Pipeline execution

Implementation

Future<PipelineFlowItem?> process(PipelineFlowItem item);