Parallel
The Parallel node allows you to run other nodes at the same time. This node is useful if you want to independent pieces of logic to run at the same time, saving valueable time in your workflow.
In parallel mode, each element of the input is processed concurrently. This is suitable when each iteration is independent and can be executed simultaneously. For example, making API calls to multiple endpoints.
Parallel processing executes actions simultaneously for each element, while series processing executes actions one after another.
To use this node, please check the BuildShip Pricing page (opens in a new tab) to see the maximum concurrency limit for your plan.
Example: Processing Multiple API Calls
Suppose you have a list of URLs that you want to send API requests to simultaneously. You can use the Loop node in parallel mode to achieve this:
Input: JSON array containing URLs
Loop Body: Inside the loop, add a series of nodes that make API calls to the URLs.
This configuration ensures that each API call is executed in parallel, optimizing time and efficiency.
Video
Need Help?
- 💬Join BuildShip Community
An active and large community of no-code / low-code builders. Ask questions, share feedback, showcase your project and connect with other BuildShip enthusiasts.
- 🙋Hire a BuildShip Expert
Need personalized help to build your product fast? Browse and hire from a range of independent freelancers, agencies and builders - all well versed with BuildShip.
- 🛟Send a Support Request
Got a specific question on your workflows / project or want to report a bug? Send a us a request using the "Support" button directly from your BuildShip Dashboard.
- ⭐️Feature Request
Something missing in BuildShip for you? Share on the #FeatureRequest channel on Discord. Also browse and cast your votes on other feature requests.