S P O J I T

Loading

Type:

Data Flow Control

Platform

Flow

Category

Logic

Documentation
visit documentation

What is it?

The Iterator data flow control consists of two separate services - fork and join - which allow you to split and iterate over a collection of objects processing each object in the collection individually and at the same time (ie. in parallel).

What does it do?

Iterator fork takes in a collection of objects (eg. multiple sales order), splits the collection into individual objects and lets you process each one separately.

Iterator join, an optional closure of a forked process, ensures that all actions within the forked portion of a process are completed before continuing further.

Fork + Join: When both fork and join are used, the join service makes a process synchronous. Individual objects within a collection are processed in parallel but continuation of a process waits for all to complete before continuing onwards.

Fork only: Without the join, a collection is split into multiple routes which continue asynchronously - in any order.

Use Cases

Common use-cases where iterator service is used include:

  • Batch data pulls; eg. retrieving sales orders on scheduled basis
  • Processing of tabular data files; eg. synchronization of inventory levels received in a CSV file
  • Bulk email sendouts in marketing campaigns
  • Scheduled processes which often retrieve more than one object at a time

Feature Video

View the iterator in action and learn more

Intelligent Automation

See Spojit Flow in action

Limited time FREE integration setup*Contact us today to get your integration set up for free!

Learn More

* Subject to availability of platforms and complexity of integration. Single business process workflow build only. New accounts only with a FLOW subscription required for continued use. Offer available until 23:59:59 31/07/24 AEST, normally charged at a standard rate per hour. T&Cs apply. Contact us to find out more.