10-22-2020 05:46 PM
I’m using a sub pipeline to submit individual documents to a web service. This was working, but after some changes I am only seeing a single document processed to the service.
I have the re-use box unchecked, and pool size set to 1. I have tested each of the documents individually and they work fine independently.
The parent shows multiple executions:
But very consistently, I only see the first document processed end to end.
Any ideas on what can cause this?
Solved! Go to Solution.
10-23-2020 02:16 PM
Call it an I/O error 😉 The issue was with my mapper. I wasnt getting an error out of it, and being a sub pipeline wasnt seeing it.
10-23-2020 02:16 PM
Call it an I/O error 😉 The issue was with my mapper. I wasnt getting an error out of it, and being a sub pipeline wasnt seeing it.