Hi,
I have a BPMN2 Process which deals with a single Java object with several fields. It is called for up to millions of records, once for each object. Very occasionally (a few dozen times out of a million objects) a Human Task is invoked and the user will alter a couple of the field values. How do I retrieve these after each Process has completed? I looked at the test cases and never found one that retrieved any of the passe din parameters after the Process had run.
In addition is there a recommended approach to running the same Process millions of times, for performance optimization?
Thx.
Ed