Forum Discussion

acesario's avatar
acesario
Contributor II
5 years ago
Solved

Child pipeline is only processing the first document from Pipeline Execute

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?

  • 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.

1 Reply

  • acesario's avatar
    acesario
    Contributor II

    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.