Last Item Filter Component
The Last Item Filter component will emit a signal if the data item it receives contains a lastItem tag. This can be used in conjunction with data readers that have a noResults output to generate a signal when the last item in a data result is received. The output of this component can be fed to the same locations as the noResults output channel allowing for clean triggering when the end of a query is reached.
Data Governance
This component does not modify the Data Governance status of any items.
Input Channels
input — Incoming PipelineData data item that will be checked for the presence of the lastItem tag.
Output Channels
Signal — Outputs a SignalData object if the component receives an input object that has the lastItem tag.