I am building a set of processes to generate documents in batches. I am importin

I am building a set of processes to generate documents in batches. I am importing and parsing a pipe delimited flat file generated by our Cobol mainframe and populating PVs with that data. This seems to work well. The problem I am now facing is that the number of records in each file can be quite large (could be 2 or 3 thousand in a single flat file) and I am wondering if there are any limitations as to how many records a process instance can handle (or limitations on the size of a single array)?

My next step will be to setup a sub process that gets called to generate a document for each instance in the array.

I don't want to continue down this path if I am likely to hit problems with the number of records I am trying to work with.

any suggestions would be appreciated. thanks....

OriginalPostID-112345

OriginalPostID-112345

  Discussion posts and replies are publicly visible