Run the same integration multiple times in parallel
Summary:
Run the same integration multiple times in parallel
Content (required):
Hi everyone,
I am working on a requirement where I have to process files and take them to ERP Cloud.
Currently my integration works sequentially, the first thing it does is list an FTP directory, iterates through each file and processes it up to ERP Cloud and waits for the processing status response one by one.
I had the idea of generating a main integration that lists the FTP directory and for each file, run the integration that processes it to ERP Cloud.
For example:
The main integration detects 5 files so the second integration is launched 5 times.
1