I have a workflow in which a number of requests are sent in from an external system. The last request in a group is the "master". All other request within the same group (same request number) are "slaves". When the master document is loaded to IDM the workflow kicks off.
First information of the master request is used to search and retrieve the equivalent certificate from IDM. The pid of this certificate is added to a mailing list. Then the workflow loops through all "slave" requests with the same request number and retrieves the relevant certificates. Certificate pid by certificate pid is added to the mailing list. Once done a mail task sends off the certificates. This work extremely well. However, there seems to be a limit of 34 documents. If an order holds more than 34 lines, i.e. we will send more than 34 certificates the remaining certificates are not sent.
So my question is whether a limit of attachments exists?
If yes - is there a configuration where this can be raised?
This is the input for my mail task.

Catharine