search batch to queue

This block is part of the queue group and was last modified in core v14.0.4.

Storage Selection Required

This block relies on a storage to perform its storage releated actions. You must manually select the storage you want to use in your flow using the storage selector modal. To access the modal, click the white button on the block.

Function Selection Required

This block requires you to choose a custom function to execute when triggered. You must manually select the function you want to use using the function selector modal. To access the modal, click the white button on the block.

search batch to queue v14.0.4

Streams search results and queues them in batches for parallel processing. Useful for processing large datasets (24k+ items) without timeout. Each batch is processed as a separate queue item.

In pins 4 + flow
  • flow
    flow
  • Query required
    query

    The search query to stream results from. • Suggestions: query_bool_must query_bool_must_not query_bool_should

  • Batch size
    number

    Number of items per batch. Defaults to 100.

  • Queue title
    value

    Custom title for the queue items. Batch number will be appended automatically.

  • Storage required
    storage
Out pins 2 + flow
  • flow
    flow
  • total count
    number

    Total number of items found in the search.

  • total batches
    number

    Total number of batches that will be queued.

batch queue
queue batch
streaming queue

A typical wiring for search batch to queue: a function trigger starts the flow; fields feeds the query pin; selector feeds the storage pin; the flow out pin feeds debug.

Studio canvas example for the search batch to queue block: typical wiring for search batch to queue.

Version history

Introduced in v14.0.4.


Back to queue Return to the main group to view all sub-groups Back to storage Return to the group to view all blocks within this group